]> wimlib.net Git - wimlib/blobdiff - src/avl_tree.c
Add some missing config.h includes
[wimlib] / src / avl_tree.c
index 86eb38823477e72b9f13a37c17153eb281e54cc8..a8477aa46e149ad15d99eb3b331879f883fa0261 100644 (file)
  * You can do whatever you want with this file.
  */
 
-#include <wimlib/avl_tree.h>
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
+#include "wimlib/avl_tree.h"
 
 /* Starts an in-order traversal of the tree: returns the least-valued node, or
  * NULL if the tree is empty.  */