nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1diff --git a/common/smtppass.c b/common/smtppass.c
2index d9be1ba..4a366f4 100644
3--- a/common/smtppass.c
4+++ b/common/smtppass.c
5@@ -60,15 +60,15 @@
6
7 #include "usuals.h"
8
9-#ifdef LINUX_TRANSPARENT_PROXY
10-#include <linux/netfilter_ipv4.h>
11-#endif
12-
13 #include "compat.h"
14 #include "sock_any.h"
15 #include "stringx.h"
16 #include "sppriv.h"
17
18+#ifdef LINUX_TRANSPARENT_PROXY
19+#include <linux/netfilter_ipv4.h>
20+#endif
21+
22 /* -----------------------------------------------------------------------
23 * STRUCTURES
24 */
25