From 75354159c1c005dc3e8d7e0364a53dc8101b93b3 Mon Sep 17 00:00:00 2001 From: Florian Zeitz Date: Mon, 16 Jan 2012 23:31:44 +0100 Subject: [PATCH] Reorder headers to avoid dependency issues (required for NetBSD) --- src/XMPPSRVLookup.h | 1 + src/XMPPSRVLookup.m | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/XMPPSRVLookup.h b/src/XMPPSRVLookup.h index bf1b931..a686a84 100644 --- a/src/XMPPSRVLookup.h +++ b/src/XMPPSRVLookup.h @@ -20,6 +20,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include #include #include diff --git a/src/XMPPSRVLookup.m b/src/XMPPSRVLookup.m index c08f3ef..5784a82 100644 --- a/src/XMPPSRVLookup.m +++ b/src/XMPPSRVLookup.m @@ -27,10 +27,8 @@ #include -#include #include #include -#include #include #include