diff options
| author | manuel <manuel@mausz.at> | 2024-11-28 13:32:32 +0100 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2024-11-28 13:32:32 +0100 |
| commit | ec29722d8b6b90d1a0368542a5de991599e30adc (patch) | |
| tree | 5b5919c30f822ef83d3ce6f34998baeaacd17d14 /install-big.c | |
| parent | a8ea6ba381e79e4198338f5721bbaa3679da5cb9 (diff) | |
| download | qmail-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.c | 1 |
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 | ||
| 7 | char buf[100 + FMT_ULONG]; | 8 | char buf[100 + FMT_ULONG]; |
| 8 | 9 | ||
