[Xfce4-commits] [xfce/libxfce4ui] 01/01: Include string.h
noreply at xfce.org
noreply at xfce.org
Sun Aug 4 18:32:55 CEST 2019
This is an automated email from the git hooks/post-receive script.
a n d r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/libxfce4ui.
commit 96ddca5dafb9ac336a76bedb1403d97840900872
Author: Andre Miranda <andreldm at xfce.org>
Date: Sun Aug 4 13:32:22 2019 -0300
Include string.h
---
libxfce4ui/xfce-gtk-extensions.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/libxfce4ui/xfce-gtk-extensions.c b/libxfce4ui/xfce-gtk-extensions.c
index 3748aeb..daec0cb 100644
--- a/libxfce4ui/xfce-gtk-extensions.c
+++ b/libxfce4ui/xfce-gtk-extensions.c
@@ -31,6 +31,10 @@
#include <config.h>
#endif
+#ifdef HAVE_STRING_H
+#include <string.h>
+#endif
+
#include <gtk/gtk.h>
#include <pango/pango.h>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list