Add stdio.h #include for fparseln
fparseln on FreeBSD requires stdio.h, then libutil.h, whereas NetBSD only requires util.h
This commit is contained in:
parent
3b85282333
commit
acf26de3fa
@ -30,9 +30,10 @@
|
|||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _UTIL_H_
|
#ifndef _LIBNETBSD_UTIL_H_
|
||||||
#define _UTIL_H_
|
#define _LIBNETBSD_UTIL_H_
|
||||||
|
|
||||||
|
#include <stdio.h> /* for fparseln(3) */
|
||||||
#include <libutil.h>
|
#include <libutil.h>
|
||||||
|
|
||||||
char *flags_to_string(u_long flags, const char *def);
|
char *flags_to_string(u_long flags, const char *def);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user