From: Matthias Krüger Date: Sat, 12 Mar 2016 21:01:16 +0000 (+0100) Subject: fix include paths so we can build with clang X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=2eb1fb651a831e8aad80dd496d315c645447f845;p=xonotic%2Fdarkplaces.git fix include paths so we can build with clang --- diff --git a/crypto.c b/crypto.c index 05d763d6..9afe8944 100644 --- a/crypto.c +++ b/crypto.c @@ -108,7 +108,7 @@ static size_t Crypto_UnParsePack(char *buf, size_t len, unsigned long header, co #ifdef LINK_TO_CRYPTO -#include +#include <../d0_blind_id/d0_blind_id.h> #define d0_blind_id_dll 1 #define Crypto_OpenLibrary() true @@ -291,7 +291,7 @@ static void Crypto_CloseLibrary (void) #ifdef LINK_TO_CRYPTO_RIJNDAEL -#include +#include <../d0_blind_id/d0_rijndael.h> #define d0_rijndael_dll 1 #define Crypto_Rijndael_OpenLibrary() true