- Some fixes to compile under Cygwin

This commit is contained in:
ccremers 2006-08-01 09:13:55 +00:00
parent 18d4b94b1e
commit 4b671384af
2 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,7 @@
#include "list.h" #include "list.h"
#include <malloc.h> #include <malloc.h>
#include <stdlib.h>
//! Make a node //! Make a node
List List

View File

@ -44,7 +44,6 @@
#include "symbol.h" #include "symbol.h"
#include "pheading.h" #include "pheading.h"
#include "symbol.h" #include "symbol.h"
#include "parser.h"
#include "tac.h" #include "tac.h"
#include "timer.h" #include "timer.h"
#include "compiler.h" #include "compiler.h"