From 3e6d6d070759e59339577fcd2a892806242d3efa Mon Sep 17 00:00:00 2001 From: Chris Apers Date: Sun, 26 Feb 2006 16:02:23 +0000 Subject: Fixed compilation, ByteSwap not found because endianutils was removed from pace.h svn-id: r20927 --- backends/PalmOS/Src/args.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'backends') diff --git a/backends/PalmOS/Src/args.cpp b/backends/PalmOS/Src/args.cpp index aa4a6dc87a..941072aff8 100644 --- a/backends/PalmOS/Src/args.cpp +++ b/backends/PalmOS/Src/args.cpp @@ -2,6 +2,7 @@ #include "palmdefs.h" #include "args.h" #include "pace.h" +#include "endianutils.h" Char **ArgsInit() { // first 4 bytes keep the real address of the chunk -- cgit v1.2.3