From: Clifford Wolf Date: Sat, 14 May 2016 09:43:20 +0000 (+0200) Subject: Added missing "#define HASHLIB_H" X-Git-Tag: yosys-0.7~221 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=864eeadcd9244505c7c026e2044799ff5bcf4782;p=yosys.git Added missing "#define HASHLIB_H" --- diff --git a/kernel/hashlib.h b/kernel/hashlib.h index 2da53dd8a..3c824b8c3 100644 --- a/kernel/hashlib.h +++ b/kernel/hashlib.h @@ -10,6 +10,7 @@ // ------------------------------------------------------- #ifndef HASHLIB_H +#define HASHLIB_H #include #include