summaryrefslogtreecommitdiff
path: root/include/apr_portable.h
diff options
context:
space:
mode:
authorDavid Reid <dreid@apache.org>2001-07-07 16:45:08 +0000
committerDavid Reid <dreid@apache.org>2001-07-07 16:45:08 +0000
commit52e9189eaa91374817f863c6eda4e83a84f0e038 (patch)
treeb76be85cfad0a2b0a332d4c56a9ca5b26865d7f6 /include/apr_portable.h
parentdc5680cfc30da175537bf23b4f034663b987a5e7 (diff)
downloadapr-52e9189eaa91374817f863c6eda4e83a84f0e038.tar.gz
FreeBSD doesn't use threads so this didn't show up on my system,
but Ian noticed it and yelled :) Basically we need the definition of apr_sms_t now that we have the register functions in apr_portable.h, so add the header. Submitted by: Ian Holsman <ianh@cnet.com> Reviewed by: David Reid <dreid@apache.org> git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@61894 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_portable.h')
-rw-r--r--include/apr_portable.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/apr_portable.h b/include/apr_portable.h
index 94d4c93dc..c37ae105c 100644
--- a/include/apr_portable.h
+++ b/include/apr_portable.h
@@ -72,6 +72,7 @@
#include "apr_lock.h"
#include "apr_time.h"
#include "apr_dso.h"
+#include "apr_sms.h"
#if APR_HAVE_DIRENT_H
#include <dirent.h>