patch-2.2.16 linux/include/linux/timex.h

Next file: linux/include/net/ipconfig.h
Previous file: linux/include/linux/sysctl.h
Back to the patch index
Back to the overall index

diff -urN v2.2.15/linux/include/linux/timex.h linux/include/linux/timex.h
@@ -136,6 +136,10 @@
  * Pick up the architecture specific timex specifications
  */
 #include <asm/timex.h>
+/*
+ * Pick up the definition of timeval
+ */
+#include <linux/time.h>
 
 /* LATCH is used in the interval timer and ftape setup. */
 #define LATCH  ((CLOCK_TICK_RATE + HZ/2) / HZ)	/* For divider */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)