mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-08 13:28:05 +00:00
#include libutil.h for fparseln on FreeBSD
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
5bd73b5107
commit
387dcafe06
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=272980
@ -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 "
|
||||
|
Loading…
Reference in New Issue
Block a user