lowercasing filenames, part1; makefile adjustments
[picodrive.git] / Pico / cd / buffering.c
index e0e888d..dbf7b28 100644 (file)
@@ -1,7 +1,7 @@
 // Buffering handling
 // (c) Copyright 2007, Grazvydas "notaz" Ignotas
 
-#include "../PicoInt.h"
+#include "../pico_int.h"
 
 int PicoCDBuffers = 0;
 static unsigned char *cd_buffer = NULL;