aboutsummaryrefslogtreecommitdiff
path: root/threadproc/os2/proc.c
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2000-04-22 06:16:50 +0000
committerRyan Bloom <rbb@apache.org>2000-04-22 06:16:50 +0000
commit35d745f6f5d89b51bf3e772290aa769184c0419a (patch)
treea93c6f45aa3188d67e255a5de1b372f748aff66a /threadproc/os2/proc.c
parenta5f8ed89f1698ea08d318534681ca897fe54c6f4 (diff)
downloadapr-35d745f6f5d89b51bf3e772290aa769184c0419a.tar.gz
apr-35d745f6f5d89b51bf3e772290aa769184c0419a.zip
Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw.
This should make the fact that this is a private header file more obvious. This also updates all of the references to apr_config.h git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59924 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'threadproc/os2/proc.c')
-rw-r--r--threadproc/os2/proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/threadproc/os2/proc.c b/threadproc/os2/proc.c
index f8812b43f..6fc0f755a 100644
--- a/threadproc/os2/proc.c
+++ b/threadproc/os2/proc.c
@@ -57,7 +57,7 @@
#include "threadproc.h"
#include "fileio.h"
-#include "apr_config.h"
+#include "apr_private.h"
#include "apr_thread_proc.h"
#include "apr_file_io.h"
#include "apr_general.h"