Fix for stand-alone compiling

Reviewed by:	mini
This commit is contained in:
Scott Long 2002-08-21 09:28:00 +00:00
parent 0b600db425
commit 7effdac07a

View File

@ -32,7 +32,11 @@
**
*******************************************************************/
#ifdef TESTMAIN
#include <stdlib.h>
#else
#include <stand.h>
#endif
#include "bootstrap.h"
#include <string.h>
#include "ficl.h"