Fix PiSimple build.sh

proto/expansion.h is needed for GCC and it doesn't hurt VBCC, so let's
bring it back.
This commit is contained in:
Andrew Hutchings
2021-05-17 14:53:38 +01:00
parent 1c7da065ad
commit 4e14f345d2
4 changed files with 1 additions and 0 deletions

View File

@@ -20,6 +20,7 @@
#include <proto/exec.h>
#include <proto/disk.h>
#include <proto/expansion.h>
#include <clib/expansion_protos.h>
#ifdef HAS_STDLIB