aboutsummaryrefslogtreecommitdiffstats
path: root/src/source-parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/source-parser.h')
-rw-r--r--src/source-parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/source-parser.h b/src/source-parser.h
index 5cadf95..0d54742 100644
--- a/src/source-parser.h
+++ b/src/source-parser.h
@@ -9,7 +9,7 @@
#ifndef _SOURCE_PARSER_H
#define _SOURCE_PARSER_H
-#include <stdlib.h>
+#include <stddef.h>
#include "error.h"
#include "utils.h"