]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/eeprom.cpp
Extensive changes to remove gcc 4.x warnings, general code cleanup
[virtualjaguar] / src / eeprom.cpp
index 517a2695b1c2167eb2d99c4f169cf35aa82d4883..6b2ef65d68f837ded862b17d59a5328d6dd23abe 100644 (file)
@@ -6,9 +6,13 @@
 // Cleanups/enhancements by James L. Hammons
 //
 
-#include <stdlib.h>
 #include "eeprom.h"
+
+#include <string.h>                                                            // For memset
+#include <stdlib.h>
 #include "settings.h"
+#include "log.h"
+#include "jaguar.h"
 
 #define eeprom_LOG