summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--get_load.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/get_load.c b/get_load.c
index c650e86..ab2b82b 100644
--- a/get_load.c
+++ b/get_load.c
@@ -109,7 +109,7 @@ void GetLoadPoint(
#endif
#ifndef LOADSTUB
-#if !defined(linux) && !defined(__UNIXOS2__) && !defined(__GLIBC__)
+#if !defined(linux) && !defined(__GLIBC__)
#include <nlist.h>
#endif /* !linux && ... */
#endif /* LOADSTUB */