libutil.h is required for fparseln on FreeBSD
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
192a7b5f9e
commit
2a0388e163
@ -34,6 +34,9 @@
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <err.h>
|
||||
#if defined(__FreeBSD__)
|
||||
#include <libutil.h>
|
||||
#endif
|
||||
|
||||
#define WS "\t\n "
|
||||
#define debug 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user