Whoops, this goes here.

This commit is contained in:
Ryan C. Gordon 2005-03-16 12:06:18 +00:00
parent 8bfdf7c9e7
commit 5c7308cdd3
1 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,10 @@
#include <string.h>
#include <ctype.h>
#ifdef __MWERKS__
#include <alloca.h>
#endif
/*
* Most of the API calls in here are, according to ADC, available since
* MacOS 8.1. I don't think I used any MacOS 9 or CarbonLib-specific