diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2021-05-01 15:12:09 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2021-05-01 15:12:09 +0200 |
commit | 009dc3ba991290de19f0a5e4e4a25a33e82689cc (patch) | |
tree | 8207ae9b3d72525029088d2cef31460f9daa24f0 /src/database.h | |
parent | bd8e73aad283611c096f07e0fc16aa4985f9f2eb (diff) | |
download | dns-009dc3ba991290de19f0a5e4e4a25a33e82689cc.tar.gz |
improved logging
Diffstat (limited to 'src/database.h')
-rw-r--r-- | src/database.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/database.h b/src/database.h index e6ba882..84e21c9 100644 --- a/src/database.h +++ b/src/database.h @@ -9,6 +9,7 @@ #include <stdlib.h> #include "tree.h" +#include "log.h" // TODO remove #include "dns.h" |