mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-23 03:33:34 -04:00
13 lines
285 B
Plaintext
13 lines
285 B
Plaintext
$NetBSD: patch-aj,v 1.1 2011/01/20 11:48:18 markd Exp $
|
|
|
|
--- akode/lib/auto_sink.cpp.orig 2005-10-26 13:50:29.000000000 +0000
|
|
+++ akode/lib/auto_sink.cpp
|
|
@@ -21,6 +21,7 @@
|
|
#include "audioframe.h"
|
|
#include "auto_sink.h"
|
|
|
|
+#include <cstdlib>
|
|
#include <iostream>
|
|
|
|
namespace aKode {
|