diff options
author | Robert Millan <rmh@aybabtu.com> | 2006-02-13 13:02:11 +0000 |
---|---|---|
committer | Guillem Jover <guillem@hadrons.org> | 2008-05-06 08:48:32 +0300 |
commit | 34b269a1cfb9218ba54c05ec2e8148808ebc419d (patch) | |
tree | 0ce91a545d88372a65f0b31a409fdb726b308bf2 | |
parent | c849ba32af231fba36f4500d0d3290821f4dd7b7 (diff) |
Fix that FIXME
-rw-r--r-- | reset_getopt.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 |