aboutsummaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2025-03-23 19:48:58 +0100
committerMattias Andrée <m@maandree.se>2025-03-23 19:48:58 +0100
commitf5073ed39f8a244fe70ba2294aa8dec18bac39d0 (patch)
treee86f82721c0cbab173c0a9aa65e61324969e018e /src/common.h
parentClean up (diff)
downloadredshift-ng-f5073ed39f8a244fe70ba2294aa8dec18bac39d0.tar.gz
redshift-ng-f5073ed39f8a244fe70ba2294aa8dec18bac39d0.tar.bz2
redshift-ng-f5073ed39f8a244fe70ba2294aa8dec18bac39d0.tar.xz
Add ; as option delimiter
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h
index fa1a0f2..5d3e7a4 100644
--- a/src/common.h
+++ b/src/common.h
@@ -46,6 +46,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <strings.h>
#include <time.h>
#include <unistd.h>
#ifdef _POSIX_TIMERS