summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2017-02-05 15:53:44 +0100
committerSlávek Banko <[email protected]>2017-02-05 15:53:44 +0100
commit45ad86d92243ad25311db38030f3fb940ab02908 (patch)
tree6b7e32bf098cf1bfbd5bf2c66653a7dafdb8f913 /src
parentcf03117184093402711afbff2623d6f09f25c107 (diff)
downloadtork-45ad86d92243ad25311db38030f3fb940ab02908.tar.gz
tork-45ad86d92243ad25311db38030f3fb940ab02908.zip
Fix detection whether the system is big endian
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'src')
-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 <[email protected]>, 1995. */
/* Heavily modified for GnuPG by <[email protected]> */
+#include "config.h"
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>