summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Fischer <matthew.fischer@canonical.com>2012-06-20 22:26:03 -0600
committerMatthew Fischer <matthew.fischer@canonical.com>2012-06-20 22:26:03 -0600
commit351bfd02e701e447f0fe742af8421b193b42c570 (patch)
tree32fa1129c4cb1713392c084e89dec1aee0048fb4
parent5b94055c793aada5d5f02b210744ba75e78f0e07 (diff)
downloadlightdm-351bfd02e701e447f0fe742af8421b193b42c570.tar.gz
fixes #999884 by removing the include of <unistd.h>
-rw-r--r--tests/src/libsystem.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/src/libsystem.c b/tests/src/libsystem.c
index 36852dd7..2b944837 100644
--- a/tests/src/libsystem.c
+++ b/tests/src/libsystem.c
@@ -5,7 +5,6 @@
#include <pwd.h>
#include <grp.h>
#include <security/pam_appl.h>
-#include <unistd.h>
#include <fcntl.h>
#define __USE_GNU
#include <dlfcn.h>