diff options
author | John Willis | 2010-06-05 18:26:53 +0000 |
---|---|---|
committer | John Willis | 2010-06-05 18:26:53 +0000 |
commit | 7b56f39985a62852478ccb8ad01a85e9f028097c (patch) | |
tree | a34dd6ee67d840e16a7d4a5a27a777087ff077b5 /backends/platform/gp2xwiz/build | |
parent | 6a796c2bb0b2a6d46546a97c24320bdceae2c69d (diff) | |
download | scummvm-rg350-7b56f39985a62852478ccb8ad01a85e9f028097c.tar.gz scummvm-rg350-7b56f39985a62852478ccb8ad01a85e9f028097c.tar.bz2 scummvm-rg350-7b56f39985a62852478ccb8ad01a85e9f028097c.zip |
GP2X Wiz: Add missing "#include "graphics/scaler/aspect.h"".
svn-id: r49442
Diffstat (limited to 'backends/platform/gp2xwiz/build')
-rwxr-xr-x | backends/platform/gp2xwiz/build/clean.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/gp2xwiz/build/clean.sh b/backends/platform/gp2xwiz/build/clean.sh index 2862887bb3..5ec1b9e62c 100755 --- a/backends/platform/gp2xwiz/build/clean.sh +++ b/backends/platform/gp2xwiz/build/clean.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh echo Quick script to make building all the time less painful. |