Changes to buf.h now require that param.h be included.
This commit is contained in:
parent
8e58bf6875
commit
5f7daa9621
@ -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>
|
||||
|
||||
|
@ -8,6 +8,7 @@
|
||||
* Kevin Lahey, February 16, 1993
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <sys/types.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user