log.c: util.h and xalloc.h, used but not included.
This commit is contained in:
parent
c37f720989
commit
383be0aee2
1 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,8 @@
|
|||
#include <string.h>
|
||||
#include <time.h>
|
||||
#include <errno.h>
|
||||
#include "util.h"
|
||||
#include "xalloc.h"
|
||||
#include "strbuf.h"
|
||||
#include "log.h"
|
||||
|
||||
|
|
|
|||
Reference in a new issue