summaryrefslogtreecommitdiff
path: root/src/thread.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread.cc')
-rw-r--r--src/thread.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/thread.cc b/src/thread.cc
index 2791c53..0ee3f1c 100644
--- a/src/thread.cc
+++ b/src/thread.cc
@@ -24,9 +24,8 @@
* along with MIaV; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
*/
-#include <config.h>
-
#include "thread.h"
+
#include <stdio.h>
static void* thread_run(void *data) {