]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Remove fcntl.h from here.
authorRoy Marples <roy@marples.name>
Mon, 22 Jul 2019 14:59:37 +0000 (15:59 +0100)
committerRoy Marples <roy@marples.name>
Mon, 22 Jul 2019 14:59:37 +0000 (15:59 +0100)
src/if.c

index 52060794ba39289f612e0d5f68185ba809f80c4a..fe84a8823434ee277aab5d8e701ff15a7b104302 100644 (file)
--- a/src/if.c
+++ b/src/if.c
@@ -60,7 +60,6 @@
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
-#include <fcntl.h>
 
 #include "common.h"
 #include "dev.h"