diff options
Diffstat (limited to 'src/node.c')
-rw-r--r-- | src/node.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,11 +14,11 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include "serd_internal.h" + #include <stdlib.h> #include <string.h> -#include "serd_internal.h" - SERD_API SerdNode serd_node_from_string(SerdType type, const uint8_t* buf) |