diff options
Diffstat (limited to 'src/env.c')
-rw-r--r-- | src/env.c | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -14,13 +14,15 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include "serd_internal.h" +#include "node.h" + +#include "serd/serd.h" +#include <stdbool.h> +#include <stdio.h> #include <stdlib.h> #include <string.h> -#include "node.h" - typedef struct { SerdNode* name; SerdNode* uri; |