Merge pull request #567 from kmicklas/config-check

Check HAVE_CONFIG_H in matrix.h
This commit is contained in:
Al B
2022-04-18 16:03:29 -04:00
committed by GitHub

View File

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