summaryrefslogtreecommitdiffstats
path: root/install-big.c
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2024-11-28 13:32:32 +0100
committermanuel <manuel@mausz.at>2024-11-28 13:32:32 +0100
commitec29722d8b6b90d1a0368542a5de991599e30adc (patch)
tree5b5919c30f822ef83d3ce6f34998baeaacd17d14 /install-big.c
parenta8ea6ba381e79e4198338f5721bbaa3679da5cb9 (diff)
downloadqmail-ec29722d8b6b90d1a0368542a5de991599e30adc.tar.gz
qmail-ec29722d8b6b90d1a0368542a5de991599e30adc.tar.bz2
qmail-ec29722d8b6b90d1a0368542a5de991599e30adc.zip
Fix `implicit declaration of function` in install-big/hier
Diffstat (limited to 'install-big.c')
-rw-r--r--install-big.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/install-big.c b/install-big.c
index a058ad2..d9c9f9b 100644
--- a/install-big.c
+++ b/install-big.c
@@ -3,6 +3,7 @@
3#include "auto_uids.h" 3#include "auto_uids.h"
4#include "fmt.h" 4#include "fmt.h"
5#include "fifo.h" 5#include "fifo.h"
6#include "install.h"
6 7
7char buf[100 + FMT_ULONG]; 8char buf[100 + FMT_ULONG];
8 9