#include libutil.h for fparseln on FreeBSD

Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
Enji Cooper 2014-10-12 10:07:26 +00:00
parent 5bd73b5107
commit 387dcafe06
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=272980

View File

@ -36,6 +36,9 @@
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#if defined(__FreeBSD__)
#include <libutil.h>
#endif
#define SKIPWS(p) while (isspace((int)(*p))) p++
#define WS "\t\n "