summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorbrianp <brianp@13f79535-47bb-0310-9956-ffa450edef68>2002-07-05 05:36:24 +0000
committerbrianp <brianp@13f79535-47bb-0310-9956-ffa450edef68>2002-07-05 05:36:24 +0000
commit770e5a7531d59d0cc639b647e46691e04fd9620f (patch)
tree357fa563a48c47daadc998540ff91c8628444640 /misc
parent6654775a6e7dbfd60e6ff71c55f9b99f5c5442ac (diff)
downloadlibapr-770e5a7531d59d0cc639b647e46691e04fd9620f.tar.gz
fix a compiler warning
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63569 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'misc')
-rw-r--r--misc/unix/start.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/unix/start.c b/misc/unix/start.c
index b2872b47b..63f15424c 100644
--- a/misc/unix/start.c
+++ b/misc/unix/start.c
@@ -56,6 +56,7 @@
#include "apr_general.h"
#include "apr_pools.h"
#include "apr_signal.h"
+#include "apr_atomic.h"
#include "proc_mutex.h" /* for apr_proc_mutex_unix_setup_lock() */
#include "internal_time.h"