Browse Source

Fixed dependencies.

Brucey 5 years ago
parent
commit
e6fa43cc0b
1 changed files with 4 additions and 1 deletions
  1. 4 1
      hash.c

+ 4 - 1
hash.c

@@ -1,9 +1,12 @@
 
 
+#include "brl.mod/blitz.mod/blitz.h"
+
+#ifndef XXHASH_H_5627135585666179
 #define XXH_STATIC_LINKING_ONLY
 #define XXH_STATIC_LINKING_ONLY
 #define XXH_IMPLEMENTATION
 #define XXH_IMPLEMENTATION
 
 
 #include "xxhash.h"
 #include "xxhash.h"
-#include "brl.mod/blitz.mod/blitz.h"
+#endif
 
 
 BBString * bmx_gen_hash(BBString * txt) {
 BBString * bmx_gen_hash(BBString * txt) {
 	char * buf[64];
 	char * buf[64];