This repository has been archived on 2026-05-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
libsdlgame/deps/flac-main.cpp.patch

11 lines
297 B
Diff
Raw Permalink Normal View History

--- flac-1.2.1/examples/cpp/encode/file/main.cpp 2011-05-22 14:13:46 -0400
+++ flac-1.2.1/examples/cpp/encode/file/main.new.cpp 2011-05-22 14:13:21 -0400
@@ -30,6 +30,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include "FLAC++/metadata.h"
#include "FLAC++/encoder.h"