ソースを参照

include a missing config.h file

Cédric Augonnet 16 年 前
コミット
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 ... */