aboutsummaryrefslogtreecommitdiffstats
path: root/idaconfig.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 /idaconfig.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 'idaconfig.c')
-rw-r--r--idaconfig.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/idaconfig.c b/idaconfig.c
index 56b97d8..8f3ae42 100644
--- a/idaconfig.c
+++ b/idaconfig.c
@@ -1,5 +1,6 @@
#include <stdio.h>
#include <stdlib.h>
+#include <stddef.h>
#include <unistd.h>
#include <string.h>
#include <sys/stat.h>