diff options
Diffstat (limited to 'config.c')
-rw-r--r-- | config.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,8 +5,9 @@ * */ -#include "config.h" +#include <stdlib.h> #include <string.h> +#include "config.h" /* Global instance */ cEpgfixerSetup EpgfixerSetup; |