diff install.c @ 11:978eaa166609

more trivial changes to get rid of compile-time warnings, nndb is still working, need to test cdbmake and friends
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Fri, 31 Jan 2025 17:28:35 +0000
parents 3bfef1f22a97
children
line wrap: on
line diff
--- a/install.c	Fri Jan 31 15:26:11 2025 +0000
+++ b/install.c	Fri Jan 31 17:28:35 2025 +0000
@@ -4,8 +4,8 @@
 #include "open.h"
 #include "readwrite.h"
 #include "exit.h"
-
-extern void hier();
+#include "install.h"
+#include <sys/stat.h>
 
 #define FATAL "install: fatal: "