From: Mike Kelly Date: Wed, 30 May 2012 07:01:59 +0000 (-0400) Subject: test/smtp-dummy.c: fix compilation on FreeBSD X-Git-Tag: 0.15_rc1~251 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=1652ea7d1bdbf5b24b6b493f29a98f475d2d6b66 test/smtp-dummy.c: fix compilation on FreeBSD Use the more portable netint/in.h, instead of netint/ip.h, to include htons(3), etc. --- diff --git a/test/smtp-dummy.c b/test/smtp-dummy.c index 3801a5e0..86d43162 100644 --- a/test/smtp-dummy.c +++ b/test/smtp-dummy.c @@ -37,7 +37,9 @@ #include #include #include -#include +#include +#include +#include #include #include