X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftdb%2Ftdb_private.h;h=4faf898986fb2cd324aeb90b4b25472a911ab8ba;hp=babf01bd836f20dfbe771b6926e911b52d118260;hb=87c2b6cea6347a3514e262d8a641b4e6eb3a77e6;hpb=448b9194f76a138eef05047b1aaa5d211f72e97f diff --git a/ccan/tdb/tdb_private.h b/ccan/tdb/tdb_private.h index babf01bd..4faf8989 100644 --- a/ccan/tdb/tdb_private.h +++ b/ccan/tdb/tdb_private.h @@ -33,7 +33,7 @@ #include "system/select.h" #include "system/wait.h" #else -#define _XOPEN_SOURCE 500 +#include "config.h" #define _FILE_OFFSET_BITS 64 #include #include @@ -46,7 +46,6 @@ #include #include #include -#include "config.h" #endif #include "tdb.h"