X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ffile.cpp;h=bf8ad546028843c1bb9f8ca37ed709edebcb3413;hb=94e1e961b57f253b760298ab0bae96a7de6d20fa;hp=4fc852c8c430f309db0c2d64e716a63e830d1973;hpb=f95620384355f3db89f779e1e7be59260ecfc6ff;p=virtualjaguar diff --git a/src/file.cpp b/src/file.cpp index 4fc852c..bf8ad54 100644 --- a/src/file.cpp +++ b/src/file.cpp @@ -3,6 +3,13 @@ // // File support // by James L. Hammons +// (C) 2010 Underground Software +// +// JLH = James L. Hammons +// +// Who When What +// --- ---------- ------------------------------------------------------------- +// JLH 01/16/2010 Created this log ;-) // #include "file.h" @@ -13,6 +20,7 @@ #include "eeprom.h" #include "jaguar.h" #include "log.h" +#include "memory.h" #include "unzip.h" #include "zlib.h"