Commit 34b269a1cfb9218ba54c05ec2e8148808ebc419d

Robert Millan 2006-02-13T13:02:11

Fix that FIXME

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/reset_getopt.c b/reset_getopt.c
index c1e2cf9..9e28522 100644
--- a/reset_getopt.c
+++ b/reset_getopt.c
@@ -12,9 +12,9 @@
 #endif
 
 #include <unistd.h>
+#include <sys/param.h> /* BSD */
 
-/* FIXME */
-#ifndef __GLIBC__
+#ifdef BSD
 # define HAVE_OPTRESET 1
 #endif