libutil.h is required for fparseln on FreeBSD

Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
Enji Cooper 2014-10-21 17:57:12 +00:00
parent 192a7b5f9e
commit 2a0388e163
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=273390

View File

@ -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