Check HAVE_CONFIG_H in matrix.h

This commit is contained in:
Ken Micklas
2021-12-08 09:33:32 -05:00
parent 9c97597298
commit b0c1c75209

View File

@@ -6,7 +6,9 @@
#include <stdint.h> #include <stdint.h>
#include <stdbool.h> #include <stdbool.h>
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
#endif
#include "collections.h" #include "collections.h"
#include "file_utils.h" #include "file_utils.h"