From 45ad86d92243ad25311db38030f3fb940ab02908 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 5 Feb 2017 15:53:44 +0100 Subject: Fix detection whether the system is big endian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- src/GeoIP-1.4.0/libGeoIP/md5.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/GeoIP-1.4.0/libGeoIP/md5.c b/src/GeoIP-1.4.0/libGeoIP/md5.c index fc761cc..922f75a 100644 --- a/src/GeoIP-1.4.0/libGeoIP/md5.c +++ b/src/GeoIP-1.4.0/libGeoIP/md5.c @@ -23,6 +23,8 @@ /* Written by Ulrich Drepper , 1995. */ /* Heavily modified for GnuPG by */ +#include "config.h" + #include #include #include -- cgit v1.2.3