diff options
-rw-r--r-- | compat/fparseln.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/fparseln.c b/compat/fparseln.c index f10fbd51..348bfa14 100644 --- a/compat/fparseln.c +++ b/compat/fparseln.c @@ -32,7 +32,7 @@ /* OPENBSD ORIGINAL: lib/libutil/fparseln.c */ -#include <sys/cdefs.h> +#include <sys/types.h> #include <stdio.h> #include <string.h> |