Fixing compile problem with new gcc
This commit is contained in:
parent
fc8f47145a
commit
ea30d78405
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* Cppcheck - A tool for static C/C++ code analysis
|
||||
* Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam,
|
||||
* Leandro Penz, Kimmo Varis, Vesa Pikki
|
||||
* Leandro Penz, Kimmo Varis
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
#include "threadexecutor.h"
|
||||
#include "cppcheck.h"
|
||||
#include <iostream>
|
||||
#include <algorithm>
|
||||
#if defined(__GNUC__) && !defined(__MINGW32__)
|
||||
#include <sys/wait.h>
|
||||
#include <unistd.h>
|
||||
|
|
Loading…
Reference in New Issue