blob: 98be5cf05ee4d53dd94065a5c466499dc72abea7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
--- 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>
|