X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Favl_tree.c;h=a8477aa46e149ad15d99eb3b331879f883fa0261;hp=e9841f56229c34ec8950c0049000f6bc1824e3a6;hb=873a86a1a5097f2a161494341d8d962453a30465;hpb=a300e232a9a64768300a581ca582aa79b55f7071 diff --git a/src/avl_tree.c b/src/avl_tree.c index e9841f56..a8477aa4 100644 --- a/src/avl_tree.c +++ b/src/avl_tree.c @@ -11,6 +11,10 @@ * 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