diff options
Diffstat (limited to 'src/itdb_sysinfo_extended_parser.c')
-rw-r--r-- | src/itdb_sysinfo_extended_parser.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/itdb_sysinfo_extended_parser.c b/src/itdb_sysinfo_extended_parser.c index 84af19d..ce4c0c9 100644 --- a/src/itdb_sysinfo_extended_parser.c +++ b/src/itdb_sysinfo_extended_parser.c @@ -49,6 +49,9 @@ * normal to get a few unhandled fields, I left out on purpose a few <dict> * because I was too lazy to parse them ;) */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include <glib-object.h> #include "itdb_sysinfo_extended_parser.h" #include "itdb_plist.h" |