check against HAVE_CONFIG_H added.

This commit is contained in:
Roland Jax
2014-11-14 20:56:15 +01:00
parent d27afa928c
commit 4cc9055e71
3 changed files with 12 additions and 3 deletions
+4 -1
View File
@@ -17,7 +17,10 @@
* along with ebusd. If not, see http://www.gnu.org/licenses/.
*/
#include "config.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "thread.h"
static void* runThread(void* arg)