]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/file.cpp
Initial changeset to experimental branch
[virtualjaguar] / src / file.cpp
index 4fc852c8c430f309db0c2d64e716a63e830d1973..bf8ad546028843c1bb9f8ca37ed709edebcb3413 100644 (file)
@@ -3,6 +3,13 @@
 //
 // File support
 // by James L. Hammons
+// (C) 2010 Underground Software
+//
+// JLH = James L. Hammons <jlhamm@acm.org>
+//
+// 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"