]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Fix compile on Linux.
authorRoy Marples <roy@marples.name>
Wed, 28 Aug 2019 14:07:13 +0000 (15:07 +0100)
committerRoy Marples <roy@marples.name>
Wed, 28 Aug 2019 14:07:13 +0000 (15:07 +0100)
compat/rb.c

index e5fcaf6d7f184a26b2fa4293a680251cf106dfd1..3c0bed5f70d5ce7ef47d22d1dca7efa76227ce23 100644 (file)
@@ -30,6 +30,7 @@
  */
 
 #include "config.h"
+#include "common.h"
 
 #if !defined(_KERNEL) && !defined(_STANDALONE)
 #include <sys/types.h>