diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-03-16 17:31:59 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-03-16 17:31:59 +0000 |
| commit | 60b161a92afd28f6ef273f32a23c6886e2fc65ec (patch) | |
| tree | 85a631ff062411b4bc442a6a4f99aadab271c0c5 /sys/dev | |
| parent | 54c4d30615b2741b09447e941164bb9275f2fdca (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/aic7xxx/aicasm/aicasm_scan.l | 4 | ||||
| -rw-r--r-- | sys/dev/aic7xxx/aicasm_scan.l | 4 | ||||
| -rw-r--r-- | sys/dev/aic7xxx/scan.l | 4 |
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 d77ceddf4c993..ec4535cbbcb28 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 d77ceddf4c993..ec4535cbbcb28 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 d77ceddf4c993..ec4535cbbcb28 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> |
