blob: 39e31314c403572475d397d1601d648727746434 (
plain)
1
2
3
4
5
6
7
8
9
10
|
$NetBSD: patch-as,v 1.1 2004/05/11 12:18:37 wiz Exp $
--- main.cpp.orig 1997-12-14 21:35:38.000000000 +0100
+++ main.cpp
@@ -1,4 +1,5 @@
#include <qapp.h>
+#include <stdlib.h>
#include "QtAMP.h"
extern "C" {
#define AUDIO
|