summaryrefslogtreecommitdiff
path: root/src/os_unix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/os_unix.h')
-rw-r--r--src/os_unix.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/os_unix.h b/src/os_unix.h
index dd70939dc..944cc1b83 100644
--- a/src/os_unix.h
+++ b/src/os_unix.h
@@ -53,9 +53,7 @@
#endif
#ifdef HAVE_UNISTD_H
-# ifndef S_SPLINT_S /* splint crashes on bits/confname.h */
-# include <unistd.h>
-# endif
+# include <unistd.h>
#endif
#ifdef HAVE_LIBC_H