--- embedaddon/lighttpd/src/splaytree.h 2013/10/14 10:32:48 1.1.1.1 +++ embedaddon/lighttpd/src/splaytree.h 2016/11/02 10:35:00 1.1.1.2 @@ -1,5 +1,6 @@ #ifndef _SPLAY_TREE_H_ #define _SPLAY_TREE_H_ +#include "first.h" typedef struct tree_node { struct tree_node * left, * right;