]> wimlib.net Git - wimlib/commitdiff
Add some missing config.h includes
authorEric Biggers <ebiggers3@gmail.com>
Sat, 22 Nov 2014 04:02:15 +0000 (22:02 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Sat, 22 Nov 2014 04:02:18 +0000 (22:02 -0600)
src/avl_tree.c
src/lz_linked_suffix_array.c
src/lz_repsearch.c

index e9841f56229c34ec8950c0049000f6bc1824e3a6..a8477aa46e149ad15d99eb3b331879f883fa0261 100644 (file)
  * You can do whatever you want with this 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
 #include "wimlib/avl_tree.h"
 
 /* Starts an in-order traversal of the tree: returns the least-valued node, or
index b67bbeb539071ed5dcc6642a5090476b462ab2fb..2a0f3fd359a3d4ac69498dff2be2f554c5418e26 100644 (file)
  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include "wimlib/lz_mf.h"
 #include "wimlib/lz_suffix_array_utils.h"
 #include "wimlib/util.h"
 #include "wimlib/lz_mf.h"
 #include "wimlib/lz_suffix_array_utils.h"
 #include "wimlib/util.h"
index 2f78a61f78681da928b850b2b2eaa820c1f2dcf3..6c43f0e995a1e6791682226b2aa45add4e0710f7 100644 (file)
@@ -8,6 +8,10 @@
  *
  */
 
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include "wimlib/lz_repsearch.h"
 #include "wimlib/lz_extend.h"
 
 #include "wimlib/lz_repsearch.h"
 #include "wimlib/lz_extend.h"