aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/rbtree.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/rbtree.cpp')
-rw-r--r--src/rbtree.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/rbtree.cpp b/src/rbtree.cpp
index 28df67b..f8f5c36 100644
--- a/src/rbtree.cpp
+++ b/src/rbtree.cpp
@@ -1,3 +1,7 @@
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <bsd/sys/tree.h>
#include "rbtree.h"