r2484: allow ldb to build standalone again
[sfrench/samba-autobuild/.git] / source / lib / ldb / include / includes.h
1 /*
2   a temporary includes file until I work on the ldb build system
3 */
4
5 #ifndef _GNU_SOURCE
6 #define _GNU_SOURCE
7 #endif
8 #include <stdio.h>
9 #include <stdint.h>
10 #include <string.h>
11 #include <stdlib.h>
12 #include <errno.h>
13 #include <ctype.h>
14 #include <fcntl.h>
15 #include <stdarg.h>
16 #include <signal.h>
17 #include <unistd.h>
18 #include <fnmatch.h>
19 #include <sys/time.h>
20 #include <time.h>
21
22
23 #ifndef _PRINTF_ATTRIBUTE
24 #define _PRINTF_ATTRIBUTE(a,b)
25 #endif
26
27 #include "ldb.h"
28 #include "tdb.h"
29 #include "proto.h"
30