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