summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2018-09-06 11:33:02 +0100
committerVincent Sanders <vince@kyllikki.org>2018-09-06 11:33:02 +0100
commit6ce6b62099458c10eab762777e5d812c895df5d4 (patch)
tree2018c5d7fe0a61dc0e5870f766927486c796039e /utils
parent39176736b3b67d7ff528500f5e61b9f62c1f3190 (diff)
downloadnetsurf-6ce6b62099458c10eab762777e5d812c895df5d4.tar.gz
netsurf-6ce6b62099458c10eab762777e5d812c895df5d4.tar.bz2
stop defining _XOPEN_SOURCE
This is necessary with some libc as it overrides _POSIX_C_SOURCE and removes definitions of scandir etc.
Diffstat (limited to 'utils')
-rw-r--r--utils/dirent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/dirent.h b/utils/dirent.h
index fa78e1491..318734c30 100644
--- a/utils/dirent.h
+++ b/utils/dirent.h
@@ -28,8 +28,8 @@
* utils config header include.
*/
-#ifndef _NETSURF_UTILS_DIRENT_H_
-#define _NETSURF_UTILS_DIRENT_H_
+#ifndef NETSURF_UTILS_DIRENT_H
+#define NETSURF_UTILS_DIRENT_H
#include "utils/config.h"