]> wimlib.net Git - wimlib/blobdiff - src/avl_tree.c
Add some missing config.h includes
[wimlib] / src / avl_tree.c
index e9841f56229c34ec8950c0049000f6bc1824e3a6..a8477aa46e149ad15d99eb3b331879f883fa0261 100644 (file)
  * You can do whatever you want with this file.
  */
 
+#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