From 28863696eee714b6b969e788927eaf98fd3f4ad4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Victor=20Matar=C3=A9?= Date: Wed, 2 Oct 2019 03:22:02 +0200 Subject: [PATCH] include sys/types.h apparently needed with non-GNU libc's. Fixes github issue #55. --- src/globaldefs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/globaldefs.h b/src/globaldefs.h index 75d3f6f..5a72e27 100644 --- a/src/globaldefs.h +++ b/src/globaldefs.h @@ -26,6 +26,7 @@ #include #include #include +#include #define VERSION "0.9.1"