commit
022f25e8d4
|
@ -1,5 +1,6 @@
|
||||||
#define _XOPEN_SOURCE 500 /* glibc2 and AIX 5.3L need this */
|
#define _XOPEN_SOURCE 500 /* glibc2 and AIX 5.3L need this */
|
||||||
#define _XOPEN_SOURCE_EXTENDED 1 /* AIX 5.3L needs this */
|
#define _XOPEN_SOURCE_EXTENDED 1 /* AIX 5.3L needs this */
|
||||||
|
#define _GNU_SOURCE
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include "cache.h"
|
#include "cache.h"
|
||||||
#include "blob.h"
|
#include "blob.h"
|
||||||
|
|
Loading…
Reference in New Issue