summaryrefslogtreecommitdiff
path: root/src/fifo.c
diff options
context:
space:
mode:
authorJannis Hoffmann <jannis@fehcom.de>2024-07-03 23:09:39 +0200
committerJannis Hoffmann <jannis@fehcom.de>2024-07-03 23:09:39 +0200
commita42c2a846d854d5b1ad42e27ee7091c72d2b5080 (patch)
tree2278f8fca96c02a0c7f97a40fb85f9e8a4b2deeb /src/fifo.c
parente6e9663d40f7aab9e1982dddcaa11386551ad182 (diff)
convert to the meson build system
Diffstat (limited to 'src/fifo.c')
-rw-r--r--src/fifo.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/fifo.c b/src/fifo.c
index f2da11e..becbb56 100644
--- a/src/fifo.c
+++ b/src/fifo.c
@@ -3,6 +3,10 @@
#include <sys/stat.h>
#include <sys/types.h>
+#ifdef USE_CONFIG
+ #include "fehsqm-config.h"
+#endif
+
#ifdef HASMKFIFO
int fifo_make(char *fn, int mode)
{