summaryrefslogtreecommitdiffstats
path: root/ipv6.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2016-01-29 11:31:54 +0000
committerRoy Marples <roy@marples.name>2016-01-29 11:31:54 +0000
commit0134e29ea10ee059fbf912f08943f4cb8e0bd316 (patch)
tree1d183a2949bdd2c58d5f2ef563b2f84de8197fb6 /ipv6.c
parentf5eb2f87816521135495ad3a6b611de341c70ec3 (diff)
downloaddhcpcd-0134e29ea10ee059fbf912f08943f4cb8e0bd316.tar.xz
Remove our internal ffs32 and just use bitops.h
Diffstat (limited to 'ipv6.c')
-rw-r--r--ipv6.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ipv6.c b/ipv6.c
index 7e77b966..b381df32 100644
--- a/ipv6.c
+++ b/ipv6.c
@@ -39,6 +39,8 @@
#ifdef HAVE_SYS_BITOPS_H
#include <sys/bitops.h>
+#else
+#include "compat/bitops.h"
#endif
#ifdef BSD