void-packages/srcpkgs/flac/patches/flac-1.2.1-gcc-4.3-includes.patch
Juan RP ed6a3c14b9 Added flac-1.2.1 build template.
--HG--
extra : convert_revision : ecb8aede5d0827ad28183b236ed7fc0ce91c62ba
2009-12-22 21:00:53 +01:00

11 lines
290 B
Diff

--- examples/cpp/encode/file/main.cpp 2007-09-13 09:58:03.000000000 -0600
+++ examples/cpp/encode/file/main.cpp 2007-11-18 12:59:45.000000000 -0600
@@ -30,6 +30,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <cstring>
#include "FLAC++/metadata.h"
#include "FLAC++/encoder.h"