Skip to content

Commit 7f2cd5b

Browse files
committed
Fix an error in the splitting script.
1 parent 3afbdef commit 7f2cd5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

camal/split.camal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ content_h["$"] = "\n";
1616
content_c : string;
1717
content_c["$"] = header;
1818
content_c["$"] = "\n";
19+
content_c["$"] = '#include "miniaudio.h"\n\n';
1920
content_c["$"] = @(miniaudio_h["#ifndef miniaudio_c" : "#endif /\* miniaudio_c \*/"]);
2021
content_c["$"] = "\n\n";
2122
content_c["$"] = footer;

0 commit comments

Comments
 (0)