1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/www/tinyproxy/files/patch-ab
Vanilla I. Shu cbde27d2e2 Upgrade to 1.4.3.
PR:		ports/36049
Submitted by:	maintainer
2002-03-22 07:32:13 +00:00

23 lines
531 B
Plaintext

--- src/tinyproxy.h.dist Fri Oct 26 02:27:17 2001
+++ src/tinyproxy.h Thu Feb 7 18:34:32 2002
@@ -27,9 +27,6 @@
* Include standard headers which are used through-out tinyproxy
*/
#include <sys/types.h>
-#ifdef HAVE_SYS_RESOURCE_H
-# include <sys/resource.h>
-#endif
#ifdef HAVE_SYS_SELECT_H
# include <sys/select.h>
#endif
@@ -44,6 +41,9 @@
# else
# include <time.h>
# endif
+#endif
+#ifdef HAVE_SYS_RESOURCE_H
+# include <sys/resource.h>
#endif
#include <sys/uio.h>
#include <netinet/in.h>