mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Include "util.h", not <util.h>. The header is in the same directory
as the C file. There may be a <util.h> on the host when compiling on macOS or Linux, causing conflicts.
This commit is contained in:
parent
b0928c0dbb
commit
871afaefab
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=307871
@ -36,7 +36,8 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <util.h>
|
||||
|
||||
#include "util.h"
|
||||
|
||||
char *
|
||||
flags_to_string(u_long flags, const char *def)
|
||||
|
Loading…
Reference in New Issue
Block a user