diff options
author | Jeff Trawick <trawick@apache.org> | 2001-02-12 15:08:37 +0000 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2001-02-12 15:08:37 +0000 |
commit | 25d1d36ec6ca09dcda45cde50720496beb5d6b33 (patch) | |
tree | 855d825f9f4854a0dd028246439c3dfc33ad43dd /threadproc/unix | |
parent | 8fb86b38d434d90af95e92b78d3a0d51d02cf9b7 (diff) | |
download | apr-25d1d36ec6ca09dcda45cde50720496beb5d6b33.tar.gz apr-25d1d36ec6ca09dcda45cde50720496beb5d6b33.zip |
get prototype for apr_psprintf()
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@61224 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'threadproc/unix')
-rw-r--r-- | threadproc/unix/signals.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/threadproc/unix/signals.c b/threadproc/unix/signals.c index 8a7b0242b..70dea25e3 100644 --- a/threadproc/unix/signals.c +++ b/threadproc/unix/signals.c @@ -57,6 +57,7 @@ #include "apr_private.h" #include "apr_pools.h" #include "apr_signal.h" +#include "apr_strings.h" #define APR_WANT_SIGNAL #include "apr_want.h" |