Archived
1
0
Fork 0

log.c: util.h and xalloc.h, used but not included.

This commit is contained in:
Henrik Hautakoski 2011-01-29 11:08:49 +01:00
parent c37f720989
commit 383be0aee2

View file

@ -11,6 +11,8 @@
#include <string.h> #include <string.h>
#include <time.h> #include <time.h>
#include <errno.h> #include <errno.h>
#include "util.h"
#include "xalloc.h"
#include "strbuf.h" #include "strbuf.h"
#include "log.h" #include "log.h"