summaryrefslogtreecommitdiff
path: root/locks/unix/locks.c
diff options
context:
space:
mode:
authorben <ben@13f79535-47bb-0310-9956-ffa450edef68>1999-09-12 11:06:27 +0000
committerben <ben@13f79535-47bb-0310-9956-ffa450edef68>1999-09-12 11:06:27 +0000
commit6f68903629ca7d229f23ba56de7b22885045849d (patch)
tree8eedc5aefd188d4c17c2465f2fa42400f9f67b60 /locks/unix/locks.c
parentdd937004c704de77cc75faadde205ebd6096e2d7 (diff)
downloadlibapr-6f68903629ca7d229f23ba56de7b22885045849d.tar.gz
Fix warnings.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59214 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'locks/unix/locks.c')
-rw-r--r--locks/unix/locks.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/locks/unix/locks.c b/locks/unix/locks.c
index f8c782c8b..6f6bc48b3 100644
--- a/locks/unix/locks.c
+++ b/locks/unix/locks.c
@@ -55,6 +55,7 @@
#include "apr_general.h"
#include "apr_portable.h"
+#include "apr_lib.h"
#include "locks.h"
#include <string.h>