X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Favl_tree.c;h=a8477aa46e149ad15d99eb3b331879f883fa0261;hb=ab63d9f11eae3b930f0f75fe0edb6b6df1cdb280;hp=e9841f56229c34ec8950c0049000f6bc1824e3a6;hpb=a300e232a9a64768300a581ca582aa79b55f7071;p=wimlib 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