]> git.notmuchmail.org Git - notmuch/commit - test/smtp-dummy.c
test/smtp-dummy.c: fix compilation on FreeBSD
authorMike Kelly <pioto@pioto.org>
Wed, 30 May 2012 07:01:59 +0000 (03:01 -0400)
committerDavid Bremner <bremner@debian.org>
Sun, 2 Sep 2012 02:16:18 +0000 (23:16 -0300)
commit1652ea7d1bdbf5b24b6b493f29a98f475d2d6b66
tree426ace828771a6322465c2e950d4196ed276dea4
parent8428e0465a24858dbe0e002539607c018c9c6839
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.
test/smtp-dummy.c