diff options
| author | Colin Walters <walters@verbum.org> | 2009-07-10 19:22:54 -0400 | 
|---|---|---|
| committer | Colin Walters <walters@verbum.org> | 2009-07-10 19:22:54 -0400 | 
| commit | e5310abd6cbc4c2e1a9df54f097d6642ad0833c6 (patch) | |
| tree | ff4ac7f1a5efb56f23b29e2721d8f3bf2c8c3a11 | |
| parent | 644fc38b249b490981becda4b2de5261865bba23 (diff) | |
Add missing include for unistd.h in test-service.c
We use usleep here.
| -rw-r--r-- | test/test-service.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| 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 <unistd.h>  static DBusLoop *loop;  static dbus_bool_t already_quit = FALSE; | 
