diff options
Diffstat (limited to 'kexi/3rdparty')
-rw-r--r-- | kexi/3rdparty/uuid/gen_uuid.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/kexi/3rdparty/uuid/gen_uuid.c b/kexi/3rdparty/uuid/gen_uuid.c index 2441931c..f2dea545 100644 --- a/kexi/3rdparty/uuid/gen_uuid.c +++ b/kexi/3rdparty/uuid/gen_uuid.c @@ -9,11 +9,7 @@ * %End-Header% */ -/* - * Force inclusion of SVID stuff since we need it if we're compiling in - * gcc-wall wall mode - */ -#define _SVID_SOURCE +#define _DEFAULT_SOURCE /*jowenn: #ifdef HAVE_UNISTD_H*/ #include <unistd.h> |