commit | b7db73a93b03337f03fdd0a9268b12667c5af534 | [log] [tgz] |
---|---|---|
author | Radek Krejci <rkrejci@cesnet.cz> | Wed Oct 24 14:18:40 2018 +0200 |
committer | Radek Krejci <rkrejci@cesnet.cz> | Wed Oct 24 14:18:40 2018 +0200 |
tree | 3794430d32aac031c1f7947d0805baccee95469d | |
parent | 6caa6ab93cad33337ae323baf35795d99a4f58d5 [diff] [blame] |
schemas FEATURE add schema getters from the context Also check for the duplicities in the context when parsing a new schema.
diff --git a/src/common.h b/src/common.h index d7d17de..afd4d0b 100644 --- a/src/common.h +++ b/src/common.h
@@ -15,6 +15,10 @@ #ifndef LY_COMMON_H_ #define LY_COMMON_H_ +#define _DEFAULT_SOURCE +#define _GNU_SOURCE +#define _XOPEN_SOURCE + #include <assert.h> #include <pthread.h> #include <stdint.h>