aboutsummaryrefslogtreecommitdiffstats
path: root/parseconfig.c
diff options
context:
space:
mode:
authorStéphane Aulery <saulery@free.fr>2014-11-27 14:52:11 +0100
committerGerd Hoffmann <kraxel@redhat.com>2014-12-04 10:23:33 +0100
commit582a2070a7f792f044fd1ee07a8e0bcfbfa32ee4 (patch)
treed2b31de574dbb0de144831962eac6a7e1d1eceb1 /parseconfig.c
parent91674805aedfb63984a0e1d02b4bb05546ab3db2 (diff)
downloadfbida-582a2070a7f792f044fd1ee07a8e0bcfbfa32ee4.tar.gz
Add missing stddef.h header
- misc.h use offsetof() - other use NUUL, size_t and wchar_t Signed-off-by: Stéphane Aulery <saulery@free.fr> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'parseconfig.c')
-rw-r--r--parseconfig.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/parseconfig.c b/parseconfig.c
index 2ae403e..6163ede 100644
--- a/parseconfig.c
+++ b/parseconfig.c
@@ -7,6 +7,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <stddef.h>
#include <string.h>
#include <unistd.h>
#include <errno.h>