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=62e33941aa107033712995f94da732edb4c0eec6;p=xonotic%2Fdarkplaces.git fix include paths so we can build with clang --- diff --git a/crypto.c b/crypto.c index 79489532..a36c76bc 100644 --- a/crypto.c +++ b/crypto.c @@ -103,7 +103,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 @@ -286,7 +286,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