aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ulockmgr.c
diff options
context:
space:
mode:
authorCsaba Henk <csaba.henk@creo.hu>2006-09-24 14:53:29 +0000
committerCsaba Henk <csaba.henk@creo.hu>2006-09-24 14:53:29 +0000
commit3e3a125bd5f1d0f216bb78345cea2dc860082fba (patch)
tree7460bcc517020af691ff835812a810cad6fd7bd8 /lib/ulockmgr.c
parenteafdf42a69455f49fc8f935270fec7550bbc4e7c (diff)
downloadandroid_external_fuse-3e3a125bd5f1d0f216bb78345cea2dc860082fba.tar.gz
android_external_fuse-3e3a125bd5f1d0f216bb78345cea2dc860082fba.tar.bz2
android_external_fuse-3e3a125bd5f1d0f216bb78345cea2dc860082fba.zip
Support for nanosec times on FBSD and other FBSD fixes
Diffstat (limited to 'lib/ulockmgr.c')
-rw-r--r--lib/ulockmgr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ulockmgr.c b/lib/ulockmgr.c
index 795fc41..012a450 100644
--- a/lib/ulockmgr.c
+++ b/lib/ulockmgr.c
@@ -16,6 +16,7 @@
#include <pthread.h>
#include <errno.h>
#include <assert.h>
+#include <signal.h>
#include <sys/stat.h>
#include <sys/socket.h>
#include <sys/wait.h>