Fix that FIXME
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