diff options
-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 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> |