Changes to buf.h now require that param.h be included.

This commit is contained in:
David Greenman
1994-10-05 09:57:49 +00:00
parent 8e58bf6875
commit 5f7daa9621
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -35,6 +35,7 @@
static char sccsid[] = "@(#)disks.c 8.1 (Berkeley) 6/6/93";
#endif /* not lint */
#include <sys/param.h>
#include <sys/types.h>
#include <sys/buf.h>
+1
View File
@@ -8,6 +8,7 @@
* Kevin Lahey, February 16, 1993
*/
#include <sys/param.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>