Fix compilation (on Cygwin), by adding the necessary includes.

This commit is contained in:
Lauri Nurmi 2014-09-25 05:32:30 +02:00 committed by Daniel Marjamäki
parent ba3e93aec1
commit e3bdc37b0c
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <cstdio>
#include <cstdlib>
#include "testsuite.h"
#include "options.h"