]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commitdiff
fix include paths so we can build with clang
authorMatthias Krüger <matthias.krueger@famsik.de>
Sat, 12 Mar 2016 21:01:16 +0000 (22:01 +0100)
committerMatthias Krüger <matthias.krueger@famsik.de>
Tue, 10 Oct 2017 22:06:39 +0000 (00:06 +0200)
crypto.c

index 05d763d6cdc673f82603f4639549ccbe5f8ede87..9afe89440b32bc01c6d0553724b694bded090d29 100644 (file)
--- 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 <d0_blind_id/d0_blind_id.h>
+#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 <d0_blind_id/d0_rijndael.h>
+#include <../d0_blind_id/d0_rijndael.h>
 
 #define d0_rijndael_dll 1
 #define Crypto_Rijndael_OpenLibrary() true