Просмотр исходного кода

include a missing config.h file

Cédric Augonnet лет назад: 16
Родитель
Сommit
f43cd31e96
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/core/workers.c

+ 1 - 0
src/core/workers.c

@@ -14,6 +14,7 @@
  * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
+#include <common/config.h>
 #include <core/workers.h>
 
 /* XXX quick and dirty implementation for now ... */