diff options
author | ben <ben@13f79535-47bb-0310-9956-ffa450edef68> | 1999-09-12 11:06:27 +0000 |
---|---|---|
committer | ben <ben@13f79535-47bb-0310-9956-ffa450edef68> | 1999-09-12 11:06:27 +0000 |
commit | 6f68903629ca7d229f23ba56de7b22885045849d (patch) | |
tree | 8eedc5aefd188d4c17c2465f2fa42400f9f67b60 /locks/unix/locks.c | |
parent | dd937004c704de77cc75faadde205ebd6096e2d7 (diff) | |
download | libapr-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.c | 1 |
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> |