Mercurial > trustbridge
comparison common/listutil.c @ 630:aa48ea7ead1f
Include logging in listutil (fixes linux build)
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Mon, 23 Jun 2014 13:04:50 +0200 |
parents | f595fcbe3e76 |
children | 44257ecdae6d |
comparison
equal
deleted
inserted
replaced
629:facb13c578f1 | 630:aa48ea7ead1f |
---|---|
15 #include <sys/types.h> | 15 #include <sys/types.h> |
16 #include <sys/stat.h> | 16 #include <sys/stat.h> |
17 #include <string.h> | 17 #include <string.h> |
18 | 18 |
19 #include "strhelp.h" | 19 #include "strhelp.h" |
20 #include "logging.h" | |
20 | 21 |
21 #ifdef RELEASE_BUILD | 22 #ifdef RELEASE_BUILD |
22 #include "pubkey-release.h" | 23 #include "pubkey-release.h" |
23 #else | 24 #else |
24 #include "pubkey-test.h" | 25 #include "pubkey-test.h" |