forked from Lainports/freebsd-ports
22 lines
531 B
Text
22 lines
531 B
Text
--- 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>
|