X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Favl_tree.c;h=a8477aa46e149ad15d99eb3b331879f883fa0261;hb=5ec910e4e9126a37eed1ff199d55a1952c76e0f7;hp=86eb38823477e72b9f13a37c17153eb281e54cc8;hpb=4a0639235f5f6e28ce9c9cbd21edc71199f85d09;p=wimlib diff --git a/src/avl_tree.c b/src/avl_tree.c index 86eb3882..a8477aa4 100644 --- a/src/avl_tree.c +++ b/src/avl_tree.c @@ -11,7 +11,11 @@ * You can do whatever you want with this file. */ -#include +#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. */