summaryrefslogtreecommitdiffstats
path: root/compat
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2019-08-30 10:34:44 +0000
committerRoy Marples <roy@marples.name>2019-08-30 10:34:44 +0000
commit0c73f4f84105cd7f4597dd0693ade0e3842175c6 (patch)
treef2663c585b498c975ee201ce7a555e7e649df3ba /compat
parentd4da3b175bd5bbf7a7f308d7dc5d3144349ea070 (diff)
downloaddhcpcd-0c73f4f84105cd7f4597dd0693ade0e3842175c6.tar.xz
Solaris: Fix compile.
Diffstat (limited to 'compat')
-rw-r--r--compat/rbtree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/compat/rbtree.h b/compat/rbtree.h
index 9d1b629f..656da22a 100644
--- a/compat/rbtree.h
+++ b/compat/rbtree.h
@@ -33,6 +33,7 @@
#define _SYS_RBTREE_H_
#include "config.h"
+#include "common.h"
#if defined(_KERNEL) || defined(_STANDALONE)
#include <sys/types.h>