[gimp] libgimp: #include <sys/types.h> in gimp-debug.c
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] libgimp: #include <sys/types.h> in gimp-debug.c
- Date: Mon, 5 Aug 2019 14:00:23 +0000 (UTC)
commit d5fbbf3f496c3665611ef53553ee9439030364c6
Author: Michael Natterer <mitch gimp org>
Date: Mon Aug 5 16:00:02 2019 +0200
libgimp: #include <sys/types.h> in gimp-debug.c
libgimp/gimp-debug.c | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/libgimp/gimp-debug.c b/libgimp/gimp-debug.c
index 63885677b1..4c14e6fb69 100644
--- a/libgimp/gimp-debug.c
+++ b/libgimp/gimp-debug.c
@@ -20,6 +20,8 @@
#include "config.h"
+#include <sys/types.h>
+
#include <glib.h>
#ifndef G_OS_WIN32
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]