fix includes
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 6 May 1991 05:27:11 +0000 (21:27 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 6 May 1991 05:27:11 +0000 (21:27 -0800)
SCCS-vsn: sys/stand.att/getfile.c 7.6

usr/src/sys/stand.att/getfile.c

index 37fa9a1..df8b39c 100644 (file)
@@ -4,11 +4,11 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)getfile.c   7.5 (Berkeley) %G%
+ *     @(#)getfile.c   7.6 (Berkeley) %G%
  */
 
  */
 
-#include "sys/param.h"
-#include "sys/time.h"
+#include <sys/param.h>
+#include <sys/time.h>
 #include "saio.h"
 
 getfile(prompt, mode)
 #include "saio.h"
 
 getfile(prompt, mode)