Add HAVE_CONFNIG_H - task_save.c

This commit is contained in:
twinaphex 2016-09-19 19:27:19 +02:00
parent 1d53bbe110
commit 1e5d4198de

View File

@ -33,6 +33,10 @@
#include <rthreads/rthreads.h>
#include <file/file_path.h>
#ifdef HAVE_CONFIG_H
#include "../core.h"
#endif
#include "../core.h"
#include "../file_path_special.h"
#include "../configuration.h"