summaryrefslogtreecommitdiffstats
path: root/compat
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2019-04-16 21:41:47 +0000
committerRoy Marples <roy@marples.name>2019-04-16 21:41:47 +0000
commit8eb84e66143670374f1c607c064eab92ab9a88bf (patch)
treef42244d7b95286d8f424c79484c92bcdfb8a173c /compat
parent2b9bcbcef05fb3e582b14be7a4cc529eeb0330e7 (diff)
downloaddhcpcd-8eb84e66143670374f1c607c064eab92ab9a88bf.tar.xz
sun: Add rbtree support
Diffstat (limited to 'compat')
-rw-r--r--compat/rbtree.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/compat/rbtree.h b/compat/rbtree.h
index b227fd70..b0944a98 100644
--- a/compat/rbtree.h
+++ b/compat/rbtree.h
@@ -32,6 +32,8 @@
#ifndef _SYS_RBTREE_H_
#define _SYS_RBTREE_H_
+#include "common.h"
+
#if defined(_KERNEL) || defined(_STANDALONE)
#include <sys/types.h>
#else