projects
/
platform
/
upstream
/
libgsignon-glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99ce0da
)
Fix an implicit function declaration in a test
author
David King
<david.king@canonical.com>
Thu, 18 Oct 2012 11:26:50 +0000
(12:26 +0100)
committer
David King
<david.king@canonical.com>
Thu, 18 Oct 2012 11:26:50 +0000
(12:26 +0100)
tests/check_signon.c
patch
|
blob
|
history
diff --git
a/tests/check_signon.c
b/tests/check_signon.c
index e1c2f0082efbf70c44c76dfd91623f4afe836494..a8284ffa04b41599e41b2ed777b49a571821e502 100644
(file)
--- a/
tests/check_signon.c
+++ b/
tests/check_signon.c
@@
-36,6
+36,7
@@
#include <check.h>
#include <stdlib.h>
#include <string.h>
+#include <unistd.h>
static GMainLoop *main_loop = NULL;
static SignonIdentity *identity = NULL;