the include of specific system header files; this left the opportunity
for htons() to be undefined... do something explicit for htons() so
we don't have to worry about what apr_network_io.h brings with it
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92091
13f79535-47bb-0310-9956-
ffa450edef68
* UUencoding modified by: Alvaro Martinez Echevarria <alvaro@lander.es>
*/
+#define APR_WANT_BYTEFUNC /* for htons() et al */
+#include "apr_want.h"
#include "apr_general.h" /* for APR_XtOffsetOf */
#include "apr_network_io.h"