Description: ftbfs with GCC-4.7. (Closes: #667250) Author: Matthias Klose Last-Update: 2012-04-17 Index: libofa-0.9.3/examples/uselame.cpp =================================================================== --- libofa-0.9.3.orig/examples/uselame.cpp +++ libofa-0.9.3/examples/uselame.cpp @@ -11,6 +11,7 @@ #include "windows.h" #else #include +#include #endif AudioData *loadWaveFile(char *file); Index: libofa-0.9.3/examples/wavefile.cpp =================================================================== --- libofa-0.9.3.orig/examples/wavefile.cpp +++ libofa-0.9.3/examples/wavefile.cpp @@ -11,6 +11,7 @@ #include "io.h" #endif #include +#include static bool readBytes(int fd, unsigned char *buf, int size) { int ct = 0; ='koszko-scripts'>koszko-scripts Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-22Remove workaround for 'time-monotonic' in Guile 2.2.2....Ludovic Courtès