commit | 151a5b7363ca0793c1095df023514c8932dd1f26 | [log] [tgz] |
---|---|---|
author | Radek Krejci <rkrejci@cesnet.cz> | Fri Oct 19 14:21:44 2018 +0200 |
committer | Radek Krejci <rkrejci@cesnet.cz> | Fri Oct 19 14:21:44 2018 +0200 |
tree | ccda91c58574410636b42956bbf4e865eceaee96 | |
parent | ba64d93e6c7fe3c7d6dfa5bb35faeef523d67c6f [diff] [blame] |
schema tree FEATURE features and if-features compilation and handling functions
diff --git a/src/common.h b/src/common.h index a214f4d..380ec6e 100644 --- a/src/common.h +++ b/src/common.h
@@ -15,6 +15,7 @@ #ifndef LY_COMMON_H_ #define LY_COMMON_H_ +#include <assert.h> #include <stdint.h> #include <stdlib.h>