(and don't doubly include sys/param.h)
/*
- * $Id: squid.h,v 1.210 2001/01/12 00:37:21 wessels Exp $
+ * $Id: squid.h,v 1.211 2001/01/14 14:18:18 hno Exp $
*
* AUTHOR: Duane Wessels
*
#include <unix.h>
#endif
+#if HAVE_SYS_MOUNT_H
+#include <sys/mount.h>
+#endif
+
/*
* We require poll.h before using poll(). If the symbols used
* by poll() are defined elsewhere, we will need to make this
#define SQUID_NONBLOCK O_NDELAY
#endif
-#include <sys/param.h>
-#include <sys/mount.h>
-
/*
* I'm sick of having to keep doing this ..
*/