From 15a09a748b0270f24fe0bf6961aa4b3be8e88aaf Mon Sep 17 00:00:00 2001 From: dtucker Date: Sun, 21 Jun 2009 12:22:08 +0000 Subject: - (dtucker) [roaming_common.c roaming_dummy.c] Wrap #include in ifdef. --- roaming_common.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'roaming_common.c') diff --git a/roaming_common.c b/roaming_common.c index 06554252..14dd5808 100644 --- a/roaming_common.c +++ b/roaming_common.c @@ -15,12 +15,16 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include "includes.h" + #include #include #include #include +#ifdef HAVE_INTTYPES_H #include +#endif #include #include -- cgit v1.2.1