aboutsummaryrefslogtreecommitdiffstats
path: root/src/node.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/node.c')
-rw-r--r--src/node.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/node.c b/src/node.c
index 224bf407..02d6f493 100644
--- a/src/node.c
+++ b/src/node.c
@@ -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)