Add missing include for unistd.h in test-service.c
authorColin Walters <walters@verbum.org>
Fri, 10 Jul 2009 23:22:54 +0000 (19:22 -0400)
committerColin Walters <walters@verbum.org>
Tue, 14 Jul 2009 19:39:33 +0000 (15:39 -0400)
We use usleep here.
(cherry picked from commit e5310abd6cbc4c2e1a9df54f097d6642ad0833c6)

test/test-service.c

index 57ece0f..ee0086c 100644 (file)
@@ -1,5 +1,6 @@
 
 #include "test-utils.h"
+#include <unistd.h>
 
 static DBusLoop *loop;
 static dbus_bool_t already_quit = FALSE;