summaryrefslogtreecommitdiffstats
path: root/dhcpcd/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'dhcpcd/config.h')
-rw-r--r--dhcpcd/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dhcpcd/config.h b/dhcpcd/config.h
index 27174eb8..cf6c5fb1 100644
--- a/dhcpcd/config.h
+++ b/dhcpcd/config.h
@@ -14,6 +14,7 @@
#include <spawn.h>
#include <stdint.h>
#include "compat/pollts.h"
+#include <rtems/bsd/local/opt_inet6.h>
uint32_t arc4random(void);
static inline int dhcpcd_flock(int a, int b) { return -1; }
#define flock(a, b) dhcpcd_flock(a, b)