From 576a87dc5aa146fbdaa9944c98f50f23268c804f Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 10 Jul 2009 19:22:54 -0400 Subject: Add missing include for unistd.h in test-service.c We use usleep here. (cherry picked from commit e5310abd6cbc4c2e1a9df54f097d6642ad0833c6) --- test/test-service.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test-service.c b/test/test-service.c index 57ece0fa..ee0086ca 100644 --- a/test/test-service.c +++ b/test/test-service.c @@ -1,5 +1,6 @@ #include "test-utils.h" +#include static DBusLoop *loop; static dbus_bool_t already_quit = FALSE; -- cgit