Branch: r14.0.x

c2de694a 2017-02-05 08:53:54 Slávek Banko
Fix detection whether the system is big endian

Signed-off-by: Slávek Banko <slavek.banko@...>
(cherry picked from commit 45ad86d92243ad25311db38030f3fb940ab02908)
M src/GeoIP-1.4.0/libGeoIP/md5.c
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 <drepper@...>, 1995.  */
 /* Heavily modified for GnuPG by <wk@...> */
 
+#include "config.h"
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>