lowercasing filenames, part1; makefile adjustments
[picodrive.git] / Pico / Pico / xpcm.c
index 5fe9830..da3f480 100644 (file)
@@ -4,7 +4,7 @@
  * best sounding of the ones that I tried.
  */
 
-#include "../PicoInt.h"
+#include "../pico_int.h"
 
 #define ADPCMSHIFT      8
 #define ADFIX(f)        (int) ((double)f * (double)(1<<ADPCMSHIFT))