This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
lsts_glued/rules/flac/patches-1.2.1/00-patch-for-gcc-4.7.patch

11 lines
319 B
Diff

--- flac-1.2.1/examples/cpp/encode/file/main.cpp 2007-09-13 17:58:03.000000000 +0200
+++ flac-1.2.1/examples/cpp/encode/file/main.cpp 2013-04-19 18:33:05.738967111 +0200
@@ -29,6 +29,7 @@
#endif
#include <stdio.h>
+#include <string.h>
#include <stdlib.h>
#include "FLAC++/metadata.h"
#include "FLAC++/encoder.h"