lowercasing filenames, part1; makefile adjustments
[picodrive.git] / Pico / cd / cue.c
index 9d0b498..ab09c10 100644 (file)
@@ -3,7 +3,7 @@
 #include <string.h>
 #include "cue.h"
 
-#include "../PicoInt.h"
+#include "../pico_int.h"
 // #define elprintf(w,f,...) printf(f "\n",##__VA_ARGS__);
 
 #ifdef _MSC_VER