changeset 2461:7b3458e8e3de

We need to #include <signal.h>
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 25 Aug 2022 23:36:03 +0300
parents 4702f0a65bde
children 0419d2814a99
files src/mapsearch.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/mapsearch.c	Mon Aug 22 17:45:51 2022 +0300
+++ b/src/mapsearch.c	Thu Aug 25 23:36:03 2022 +0300
@@ -10,6 +10,7 @@
 #include <stdarg.h>
 #include <libwebsockets.h>
 #include <sys/types.h>
+#include <signal.h>
 #include <pwd.h>
 #include <grp.h>
 #include <math.h>