X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=ftpd.c;h=b35a9a04b1509d638204dd34061ba87c41420a6f;hb=9e83a47a9d9bd9a8020a80393e1f0e03bb34efe7;hp=3982a74e2d4812a1f42ccafd345995f55a1ceb1a;hpb=e2f3b5bb424d135afb31af195ac5af45be7b75eb;p=betaftpd diff --git a/ftpd.c b/ftpd.c index 3982a74..b35a9a0 100644 --- a/ftpd.c +++ b/ftpd.c @@ -112,6 +112,10 @@ #include #endif +#if HAVE_LINUX_TCP_H +#include +#endif + #if HAVE_MMAP #include #endif