diff options
author | bde <bde@FreeBSD.org> | 1997-03-16 17:31:59 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1997-03-16 17:31:59 +0000 |
commit | 4a1a18b6684f263e85bde0892dbddf3de5879adc (patch) | |
tree | b22f381bf222bbab95207dd990150b59d3ea58cc /sys | |
parent | 1e5ed9b6e80bc8518672cdc853e552d20eceeb9d (diff) | |
download | FreeBSD-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.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> |