blob: 23ac68b519cb2664dc3bf5df1acf11f358691583 (
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
@@ -36,8 +36,8 @@ typedef unsigned int mode_t;
#undef HAVE_FCHMOD
#endif
-#ifdef LINUX
#include <getopt.h>
+#ifdef LINUX
#endif
#if defined(SCO) || defined(UNIXWARE) || defined(SNI) || defined(NCR) || defined(NEC)
|