aboutsummaryrefslogtreecommitdiff
path: root/src/common.c
diff options
context:
space:
mode:
authorMasanori Kakura <kakurasan@gmail.com>2020-10-05 21:24:24 +0900
committerJan <sentrycraft123@gmail.com>2020-10-05 17:12:38 +0200
commita65cd5add177b4a883b308dc3b9504e93abeeca7 (patch)
treea3a476409a303464166c756af233171614cbf9d2 /src/common.c
parentd07122673c9c66b41cf311ff4c9d1abed49fc669 (diff)
downloadpolecat-a65cd5add177b4a883b308dc3b9504e93abeeca7.tar.gz
polecat-a65cd5add177b4a883b308dc3b9504e93abeeca7.zip
Use Meson build system
Diffstat (limited to 'src/common.c')
-rw-r--r--src/common.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common.c b/src/common.c
index 6d687ee..c2691fe 100644
--- a/src/common.c
+++ b/src/common.c
@@ -1,3 +1,5 @@
+#include <polecat-config.h>
+
#include <stdio.h>
#include <string.h>
#include <stdbool.h>