mpm_fdqueue: follow up to r1821624.

The code is not part of the API.



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1821647 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yann Ylavic
2018-01-19 12:57:20 +00:00
parent e6c430a37c
commit 3f16856817

View File

@ -27,7 +27,9 @@
#include <apr.h>
/* Not worth thinking about w/o threads... */
/* This code is not AP_DECLARE()ed/exported, and use by MPMs event/worker
* only (for now), not worth thinking about w/o threads either...
*/
#if APR_HAS_THREADS
#include "ap_mpm.h"