Browse Source

Fixed load_wav typo.

Mark Sibly 8 years ago
parent
commit
6d6c11579b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/std/audio/load_wav.monkey2

+ 1 - 1
modules/std/audio/load_wav.monkey2

@@ -1,5 +1,5 @@
 
-#include "<libc>"
+#Import "<libc>"
 
 Namespace std.audio