Skip to content

Commit 53f14d4

Browse files
authored
util.cc: prefer sys/prctl.h over linux/prctl.h
as the first may be included in other headers and both may conflict
1 parent 80981f6 commit 53f14d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include <limits.h>
1414
#include <linux/capability.h>
1515
#include <linux/magic.h>
16-
#include <linux/prctl.h>
16+
#include <sys/prctl.h>
1717
#include <math.h>
1818
#include <netdb.h>
1919
#include <netinet/in.h>

0 commit comments

Comments
 (0)