fixed log compile errors

This commit is contained in:
git@daemon.de
2015-04-26 13:39:27 +02:00
parent c14bf4e41d
commit 6a4881f3d4
2 changed files with 12 additions and 5 deletions

1
log.h
View File

@@ -23,6 +23,7 @@
#define _HAVE_LOG_H
#define _WITH_DPRINTF
#define _GNU_SOURCE
#include <stdio.h>
#include <string.h>