dottynips.cc, emptiness_check.cc: Include ctsdlib for exit()

This commit is contained in:
Alexandre Duret-Lutz 2008-06-11 17:14:44 +02:00
parent dc0005f4e1
commit 994482ed2c
3 changed files with 5 additions and 1 deletions

View file

@ -19,6 +19,7 @@
// Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
// 02111-1307, USA.
#include <cstdlib>
#include "nips.hh"
#include "tgbaalgos/dotty.hh"

View file

@ -19,6 +19,7 @@
// Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
// 02111-1307, USA.
#include <cstdlib>
#include <iostream>
#include <cassert>
#include <cstring>
@ -126,4 +127,3 @@ main(int argc, char **argv)
std::cerr << e << std::endl;
return 1;
}