Commit 1c09a0f0 authored by Jeff Trawick's avatar Jeff Trawick
Browse files

Use #if APR_HAVE_xyz_H, not #ifdef APR_HAVE_xyz_H

Submitted by:	Brian Havard


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87090 13f79535-47bb-0310-9956-ffa450edef68
parent 5211261b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -109,7 +109,7 @@
#include <sys/types.h>
#endif
#endif
#ifdef APR_HAVE_SYS_UIO_H
#if APR_HAVE_SYS_UIO_H
#include <sys/uio.h>
#endif
#endif