mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
libutil.h is required for fparseln on FreeBSD
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
192a7b5f9e
commit
2a0388e163
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Reference in a new issue