diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2017-02-05 15:53:44 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2017-02-05 15:53:44 +0100 |
commit | 45ad86d92243ad25311db38030f3fb940ab02908 (patch) | |
tree | 6b7e32bf098cf1bfbd5bf2c66653a7dafdb8f913 /src | |
parent | cf03117184093402711afbff2623d6f09f25c107 (diff) | |
download | tork-45ad86d92243ad25311db38030f3fb940ab02908.tar.gz tork-45ad86d92243ad25311db38030f3fb940ab02908.zip |
Fix detection whether the system is big endian
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'src')
-rw-r--r-- | src/GeoIP-1.4.0/libGeoIP/md5.c | 2 |
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> |