aboutsummaryrefslogtreecommitdiff
path: root/libs/nss/patches/020-getopt.patch
blob: f6239e0b9b482794137a4b1756e96550ed0be162 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/nss/coreconf/nsinstall/nsinstall.c
+++ b/nss/coreconf/nsinstall/nsinstall.c
@@ -32,8 +32,8 @@ typedef unsigned int mode_t;
 
 #define HAVE_FCHMOD
 
-#ifdef LINUX
 #include <getopt.h>
+#ifdef LINUX
 #endif
 
 #if defined(SCO) || defined(UNIXWARE) || defined(SNI) || defined(NCR) || defined(NEC)