Fix implicit declaration of WIFEXITED.
authorAntoine Jacoutot <ajacoutot@gnome.org>
Fri, 29 Mar 2013 14:54:07 +0000 (15:54 +0100)
committerAntoine Jacoutot <ajacoutot@gnome.org>
Sat, 30 Mar 2013 11:25:52 +0000 (12:25 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=696858

tests/test-server-utils/e-test-server-utils.c

index 32f3c88..2f93c22 100644 (file)
@@ -22,6 +22,8 @@
 
 #include "e-test-server-utils.h"
 
+#include <sys/wait.h>
+
 #define ADDRESS_BOOK_SOURCE_UID "test-address-book"
 #define CALENDAR_SOURCE_UID     "test-calendar"