Skip to content
Snippets Groups Projects
Commit 4b1cbca6 authored by Tim Wickberg's avatar Tim Wickberg Committed by Danny Auble
Browse files

Add <ctype.h> to src/strigger/opts.c to fix FreeBSD.

Needed for isspace()
parent 405ce1bf
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,7 @@
# define _GNU_SOURCE
#endif
#include <ctype.h>
#include <getopt.h>
#include <limits.h>
#include <pwd.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment