mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
cbde27d2e2
PR: ports/36049 Submitted by: maintainer
23 lines
531 B
Plaintext
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>
|