From 59a5d4b884db6cd9b5b98f8aaeb0b153bdc6405a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 11 Jul 2016 16:17:36 +0000 Subject: Clean up headers git-svn-id: http://svn.drobilla.net/zix/trunk@105 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 --- zix/btree.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'zix/btree.h') diff --git a/zix/btree.h b/zix/btree.h index 2de5565..29c01d3 100644 --- a/zix/btree.h +++ b/zix/btree.h @@ -17,13 +17,14 @@ #ifndef ZIX_BTREE_H #define ZIX_BTREE_H -#include #include #include "zix/common.h" #ifdef __cplusplus extern "C" { +#else +# include #endif /** -- cgit v1.2.1