summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-03-16 17:31:59 +0000
committerbde <bde@FreeBSD.org>1997-03-16 17:31:59 +0000
commit4a1a18b6684f263e85bde0892dbddf3de5879adc (patch)
treeb22f381bf222bbab95207dd990150b59d3ea58cc /sys
parent1e5ed9b6e80bc8518672cdc853e552d20eceeb9d (diff)
downloadFreeBSD-src-4a1a18b6684f263e85bde0892dbddf3de5879adc.zip
FreeBSD-src-4a1a18b6684f263e85bde0892dbddf3de5879adc.tar.gz
Don't depend on <sys/types.h> being (bogusly) included by <stdio.h>.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/aic7xxx/aicasm/aicasm_scan.l4
-rw-r--r--sys/dev/aic7xxx/aicasm_scan.l4
-rw-r--r--sys/dev/aic7xxx/scan.l4
3 files changed, 9 insertions, 3 deletions
diff --git a/sys/dev/aic7xxx/aicasm/aicasm_scan.l b/sys/dev/aic7xxx/aicasm/aicasm_scan.l
index d77cedd..ec4535c 100644
--- a/sys/dev/aic7xxx/aicasm/aicasm_scan.l
+++ b/sys/dev/aic7xxx/aicasm/aicasm_scan.l
@@ -29,9 +29,11 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: scan.l,v 1.1 1997/03/16 07:08:17 gibbs Exp $
*/
+#include <sys/types.h>
+
#include <limits.h>
#include <stdio.h>
#include <string.h>
diff --git a/sys/dev/aic7xxx/aicasm_scan.l b/sys/dev/aic7xxx/aicasm_scan.l
index d77cedd..ec4535c 100644
--- a/sys/dev/aic7xxx/aicasm_scan.l
+++ b/sys/dev/aic7xxx/aicasm_scan.l
@@ -29,9 +29,11 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: scan.l,v 1.1 1997/03/16 07:08:17 gibbs Exp $
*/
+#include <sys/types.h>
+
#include <limits.h>
#include <stdio.h>
#include <string.h>
diff --git a/sys/dev/aic7xxx/scan.l b/sys/dev/aic7xxx/scan.l
index d77cedd..ec4535c 100644
--- a/sys/dev/aic7xxx/scan.l
+++ b/sys/dev/aic7xxx/scan.l
@@ -29,9 +29,11 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: scan.l,v 1.1 1997/03/16 07:08:17 gibbs Exp $
*/
+#include <sys/types.h>
+
#include <limits.h>
#include <stdio.h>
#include <string.h>
OpenPOWER on IntegriCloud