From 9f62168723b84e501dd937dc880e751adff9fda4 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Wed, 28 Aug 2013 08:40:07 +0200 Subject: [PATCH] kernel: Fix LINT too. --- sys/dev/atm/hea/eni.h | 4 ++-- sys/dev/atm/hfa/fore_include.h | 4 ++-- sys/dev/serial/stl/stallion.c | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/sys/dev/atm/hea/eni.h b/sys/dev/atm/hea/eni.h index 7f583036c3..eabbf586e6 100644 --- a/sys/dev/atm/hea/eni.h +++ b/sys/dev/atm/hea/eni.h @@ -24,8 +24,6 @@ * notice must be reproduced on all copies. * * @(#) $FreeBSD: src/sys/dev/hea/eni.h,v 1.2 1999/08/28 00:41:43 peter Exp $ - * @(#) $DragonFly: src/sys/dev/atm/hea/eni.h,v 1.4 2005/02/01 00:51:49 joerg Exp $ - * */ /* @@ -38,6 +36,8 @@ #ifndef _ENI_ENI_H #define _ENI_ENI_H +#include + #include #include diff --git a/sys/dev/atm/hfa/fore_include.h b/sys/dev/atm/hfa/fore_include.h index c1cf74e92a..332e3e7e93 100644 --- a/sys/dev/atm/hfa/fore_include.h +++ b/sys/dev/atm/hfa/fore_include.h @@ -24,8 +24,6 @@ * notice must be reproduced on all copies. * * @(#) $FreeBSD: src/sys/dev/hfa/fore_include.h,v 1.2 1999/08/28 00:41:50 peter Exp $ - * @(#) $DragonFly: src/sys/dev/atm/hfa/fore_include.h,v 1.7 2005/02/01 00:51:50 joerg Exp $ - * */ /* @@ -39,6 +37,8 @@ #ifndef _FORE_INCLUDE_H #define _FORE_INCLUDE_H +#include + #include /* diff --git a/sys/dev/serial/stl/stallion.c b/sys/dev/serial/stl/stallion.c index 5d97dc17f3..51bac531fe 100644 --- a/sys/dev/serial/stl/stallion.c +++ b/sys/dev/serial/stl/stallion.c @@ -43,6 +43,7 @@ #include "opt_compat.h" #include +#include #include #include #include -- 2.41.0