summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kexi/3rdparty/uuid/gen_uuid.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/kexi/3rdparty/uuid/gen_uuid.c b/kexi/3rdparty/uuid/gen_uuid.c
index 2441931c6..f2dea545e 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>