summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2002-08-21 09:28:00 +0000
committerScott Long <scottl@FreeBSD.org>2002-08-21 09:28:00 +0000
commit7effdac07aa52f052a1b6c0aa1e86d76d6034bfd (patch)
tree5de71ff0678667adcefc5d92c31e79deefa2f160
parent0b600db4250b1ef97cc2c50d109ee62afe535b95 (diff)
Notes
-rw-r--r--sys/boot/ficl/loader.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/boot/ficl/loader.c b/sys/boot/ficl/loader.c
index 7aa8e3aef929..cf25d0c83298 100644
--- a/sys/boot/ficl/loader.c
+++ b/sys/boot/ficl/loader.c
@@ -32,7 +32,11 @@
**
*******************************************************************/
+#ifdef TESTMAIN
+#include <stdlib.h>
+#else
#include <stand.h>
+#endif
#include "bootstrap.h"
#include <string.h>
#include "ficl.h"