depot/third_party/nixpkgs/pkgs/servers/mail/clamsmtp/header-order.patch
Default email 8ac5e011d6 Project import generated by Copybara.
GitOrigin-RevId: 2c3273caa153ee8eb5786bc8141b85b859e7efd7
2020-04-24 19:36:52 -04:00

25 lines
515 B
Diff

diff --git a/common/smtppass.c b/common/smtppass.c
index d9be1ba..4a366f4 100644
--- a/common/smtppass.c
+++ b/common/smtppass.c
@@ -60,15 +60,15 @@
#include "usuals.h"
-#ifdef LINUX_TRANSPARENT_PROXY
-#include <linux/netfilter_ipv4.h>
-#endif
-
#include "compat.h"
#include "sock_any.h"
#include "stringx.h"
#include "sppriv.h"
+#ifdef LINUX_TRANSPARENT_PROXY
+#include <linux/netfilter_ipv4.h>
+#endif
+
/* -----------------------------------------------------------------------
* STRUCTURES
*/