aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/config-parser.h
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2016-10-07 02:06:15 +0200
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2016-10-07 02:06:15 +0200
commite52eb9e91481f7dd81abdfc9b7a88c68fe3f2d41 (patch)
treecd7a7559ba7661354bf52a14d3438aa7fe30f29f /src/common/config-parser.h
parent2c1b2eaaef8726c71648b4a115fbe628f28d6b4b (diff)
downloadblogc-e52eb9e91481f7dd81abdfc9b7a88c68fe3f2d41.tar.gz
blogc-e52eb9e91481f7dd81abdfc9b7a88c68fe3f2d41.tar.bz2
blogc-e52eb9e91481f7dd81abdfc9b7a88c68fe3f2d41.zip
*: fixed includes
Diffstat (limited to 'src/common/config-parser.h')
-rw-r--r--src/common/config-parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/config-parser.h b/src/common/config-parser.h
index 0d30c49..f9f287c 100644
--- a/src/common/config-parser.h
+++ b/src/common/config-parser.h
@@ -9,6 +9,7 @@
#ifndef _CONFIG_PARSER_H
#define _CONFIG_PARSER_H
+#include <stddef.h>
#include "utils.h"
#include "error.h"