Browse Source

include a missing config.h file

Cédric Augonnet 16 years ago
parent
commit
f43cd31e96
1 changed files with 1 additions and 0 deletions
  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 ... */