summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Fiddaman <andy@omniosce.org>2021-03-18 16:21:42 +0000
committerAndy Fiddaman <andy@omniosce.org>2021-03-18 16:21:42 +0000
commit1fafbb82b0049dc76a72ebaeccda46db7166e7f2 (patch)
tree7927288b47320a008cf72d4c1accf78a0adc4b63
parent9106fd4e81fe030777d757b4056e9fa25eb27a84 (diff)
downloadglib-1fafbb82b0049dc76a72ebaeccda46db7166e7f2.tar.gz
Include glibconfig.h to get the G_OS_UNIX token
-rw-r--r--glib/ghostutils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/glib/ghostutils.c b/glib/ghostutils.c
index 6e671d64c..dff4a1997 100644
--- a/glib/ghostutils.c
+++ b/glib/ghostutils.c
@@ -18,6 +18,7 @@
*/
#include "config.h"
+#include "glibconfig.h"
#include <string.h>