- 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 <malloc.h>
#include <stdlib.h>
//! Make a node
List

View File

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