[Xfce4-commits] <xfce4-notifyd:master> Fix includes for tests.

Nick Schermer noreply at xfce.org
Fri Aug 26 21:26:01 CEST 2011


Updating branch refs/heads/master
         to 2446467cf88c118d6d930bb04457c15b8868880e (commit)
       from 836e6ce0673a71345c581170412f14a68f6163f7 (commit)

commit 2446467cf88c118d6d930bb04457c15b8868880e
Author: Nick Schermer <nick at xfce.org>
Date:   Fri Aug 26 21:11:38 2011 +0200

    Fix includes for tests.

 tests/test-actions.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/tests/test-actions.c b/tests/test-actions.c
index 917dbe5..a7f6494 100644
--- a/tests/test-actions.c
+++ b/tests/test-actions.c
@@ -22,7 +22,9 @@
 #endif
 
 #include <glib.h>
+#include <glib/gprintf.h>
 #include <stdlib.h>
+#include <string.h>
 #include <libnotify/notify.h>
 
 static void action1_callback (NotifyNotification *notification,


More information about the Xfce4-commits mailing list