Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Aug 2007 02:58:56 GMT
From:      "Constantine A. Murenin" <cnst@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 124796 for review
Message-ID:  <200708070258.l772wujl094346@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=124796

Change 124796 by cnst@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 {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708070258.l772wujl094346>