Fixing compile problem with new gcc

This commit is contained in:
Reijo Tomperi 2009-03-01 19:56:27 +00:00
parent fc8f47145a
commit ea30d78405
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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>