summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2017-02-05 15:53:44 +0100
committerSlávek Banko <slavek.banko@axis.cz>2017-02-05 15:53:44 +0100
commit45ad86d92243ad25311db38030f3fb940ab02908 (patch)
tree6b7e32bf098cf1bfbd5bf2c66653a7dafdb8f913
parentcf03117184093402711afbff2623d6f09f25c107 (diff)
downloadtork-45ad86d9.tar.gz
tork-45ad86d9.zip
Fix detection whether the system is big endian
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--src/GeoIP-1.4.0/libGeoIP/md5.c2
1 files changed, 2 insertions, 0 deletions
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@gnu.ai.mit.edu>, 1995. */
/* Heavily modified for GnuPG by <wk@gnupg.org> */
+#include "config.h"
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>