]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Fix compile on Linux
authorRoy Marples <roy@marples.name>
Fri, 29 Jan 2016 11:39:12 +0000 (11:39 +0000)
committerRoy Marples <roy@marples.name>
Fri, 29 Jan 2016 11:39:12 +0000 (11:39 +0000)
compat/bitops.h

index ac0efc80798674f64d4a0d7c96ad7d8cded34bca..11d8a8868f5c0375d2a3f86e434c363d7f62df95 100644 (file)
@@ -32,7 +32,7 @@
 #ifndef COMPAT_BITOPS_H
 #define COMPAT_BITOPS_H
 
-#include <sys/stdint.h>
+#include <stdint.h>
 #include "../common.h"
 
 /*