You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/sndpeek/files/sndpeek-1.4-gcc.patch

13 lines
315 B

Index: sndpeek-1.4/src/marsyas/LPC.cpp
===================================================================
--- sndpeek-1.4.orig/src/marsyas/LPC.cpp
+++ sndpeek-1.4/src/marsyas/LPC.cpp
@@ -26,6 +26,7 @@ in Speech Recognition research.
*/
+#include <cstdlib>
#include "LPC.h"
LPC::LPC( unsigned int inSize )