stat.h moved from /usr/include to /usr/include/sys.
authorPeter B. Kessler <peter@ucbvax.Berkeley.EDU>
Sat, 17 Apr 1982 05:27:05 +0000 (21:27 -0800)
committerPeter B. Kessler <peter@ucbvax.Berkeley.EDU>
Sat, 17 Apr 1982 05:27:05 +0000 (21:27 -0800)
SCCS-vsn: usr.bin/pascal/src/subr.c 1.5

usr/src/usr.bin/pascal/src/subr.c

index 5c8f80e..9cc10dd 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright (c) 1979 Regents of the University of California */
 
 /* Copyright (c) 1979 Regents of the University of California */
 
-static char sccsid[] = "@(#)subr.c 1.4 %G%";
+static char sccsid[] = "@(#)subr.c 1.5 %G%";
 
 #include "whoami.h"
 #include "0.h"
 
 #include "whoami.h"
 #include "0.h"
@@ -38,7 +38,7 @@ togopt(c)
 gettime( filename )
     char *filename;
 {
 gettime( filename )
     char *filename;
 {
-#include <stat.h>
+#include <sys/stat.h>
        struct stat stb;
 
        stat(filename, &stb);
        struct stat stb;
 
        stat(filename, &stb);