summaryrefslogtreecommitdiffstats
path: root/compat
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2019-08-28 15:07:13 +0100
committerRoy Marples <roy@marples.name>2019-08-28 15:07:13 +0100
commit61091306f58db5db2c4c3ae9fcf210563966604b (patch)
tree297ff14f722b5a8bc64a2e84ac0c4fb4c694e373 /compat
parent00c8d0e9848f9e1d3136e48a98aefd97eb90c694 (diff)
downloaddhcpcd-61091306f58db5db2c4c3ae9fcf210563966604b.tar.xz
Fix compile on Linux.
Diffstat (limited to 'compat')
-rw-r--r--compat/rb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/compat/rb.c b/compat/rb.c
index e5fcaf6d..3c0bed5f 100644
--- a/compat/rb.c
+++ b/compat/rb.c
@@ -30,6 +30,7 @@
*/
#include "config.h"
+#include "common.h"
#if !defined(_KERNEL) && !defined(_STANDALONE)
#include <sys/types.h>