diff options
author | rbb <rbb@13f79535-47bb-0310-9956-ffa450edef68> | 2000-07-05 16:32:29 +0000 |
---|---|---|
committer | rbb <rbb@13f79535-47bb-0310-9956-ffa450edef68> | 2000-07-05 16:32:29 +0000 |
commit | 62192f12c3ed47c3a37bc0cef0cfdf2188723d7c (patch) | |
tree | 0dcbe05184d375e97bd8ad0d6e2284d017ddcc5f /misc | |
parent | 001286406ee3af38273bf38ccaa40b4d44fbcaec (diff) | |
download | libapr-62192f12c3ed47c3a37bc0cef0cfdf2188723d7c.tar.gz |
Add a needed header file.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60300 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'misc')
-rw-r--r-- | misc/unix/errorcodes.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/unix/errorcodes.c b/misc/unix/errorcodes.c index 799865443..fe98e55a9 100644 --- a/misc/unix/errorcodes.c +++ b/misc/unix/errorcodes.c @@ -53,6 +53,7 @@ */ #include "misc.h" +#include "apr_lib.h" #include "apr_dso.h" #ifdef HAVE_NETDB_H |