PERFORCE change 124796 for review
Constantine A. Murenin
cnst at FreeBSD.org
Mon Aug 6 19:58:57 PDT 2007
http://perforce.freebsd.org/chv.cgi?CH=124796
Change 124796 by cnst at dale on 2007/08/07 02:58:54
include <sys/queue.h>, to make sure that
headers by themselves always compile
Affected files ...
.. //depot/projects/soc2007/cnst-sensors/sys.sys/sensors.h#3 edit
Differences ...
==== //depot/projects/soc2007/cnst-sensors/sys.sys/sensors.h#3 (text+ko) ====
@@ -1,4 +1,4 @@
-/* $P4: //depot/projects/soc2007/cnst-sensors/sys.sys/sensors.h#2 $ */
+/* $P4: //depot/projects/soc2007/cnst-sensors/sys.sys/sensors.h#3 $ */
/* $FreeBSD$ */
/* $OpenBSD: sensors.h,v 1.23 2007/03/22 16:55:31 deraadt Exp $ */
@@ -122,6 +122,7 @@
#define MAXSENSORDEVICES 32
#ifdef _KERNEL
+#include <sys/queue.h>
/* Sensor data */
struct ksensor {
More information about the p4-projects
mailing list