diff options
| author | Manuel Mausz <manuel@mausz.at> | 2026-06-25 14:16:22 +0200 |
|---|---|---|
| committer | Manuel Mausz <manuel@mausz.at> | 2026-06-25 14:16:22 +0200 |
| commit | 1fe361bba7bc096850f5bef391dea620f2f53ab3 (patch) | |
| tree | 5d7b3105f3adfdc0b5597cd429efafe3716169b1 /qmail-smtpd.c | |
| parent | 6bd3fa1081cdeeca6b3d6e02788b7f2a1e0c80ba (diff) | |
| download | qmail-1fe361bba7bc096850f5bef391dea620f2f53ab3.tar.gz qmail-1fe361bba7bc096850f5bef391dea620f2f53ab3.tar.bz2 qmail-1fe361bba7bc096850f5bef391dea620f2f53ab3.zip | |
qmail-smtpd: fix compilation
Diffstat (limited to 'qmail-smtpd.c')
| -rw-r--r-- | qmail-smtpd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qmail-smtpd.c b/qmail-smtpd.c index de125b8..a494537 100644 --- a/qmail-smtpd.c +++ b/qmail-smtpd.c | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | #include <arpa/inet.h> | 1 | #include <arpa/inet.h> |
| 2 | #include <sys/time.h> | 2 | #include <sys/time.h> |
| 3 | #include <sys/socket.h> | ||
| 3 | #include <unistd.h> | 4 | #include <unistd.h> |
| 4 | #include "sig.h" | 5 | #include "sig.h" |
| 5 | #include "stralloc.h" | 6 | #include "stralloc.h" |
