Fix build with modern GCC

This commit is contained in:
joerg 2011-11-24 14:25:16 +00:00
parent a4f3d37554
commit 4acd54c9f6
2 changed files with 14 additions and 1 deletions

View file

@ -1,6 +1,7 @@
$NetBSD: distinfo,v 1.2 2008/06/21 20:46:05 bjs Exp $
$NetBSD: distinfo,v 1.3 2011/11/24 14:25:16 joerg Exp $
SHA1 (qjackctl-0.3.3.tar.gz) = 27dab9f3603e1970b152dbbc8a1e02340ce8cf9c
RMD160 (qjackctl-0.3.3.tar.gz) = fa08f02f37fb3a75ecc17471183c9aa0d4ca8e9d
Size (qjackctl-0.3.3.tar.gz) = 268722 bytes
SHA1 (patch-aa) = 87d9e8ba4693474cd820c38ef29999750ba0ce6b
SHA1 (patch-src_qjackctlPatchbayRack.cpp) = b18ceb077971a7396ac748ce5aa5bb3e84fdd891

View file

@ -0,0 +1,12 @@
$NetBSD: patch-src_qjackctlPatchbayRack.cpp,v 1.1 2011/11/24 14:25:17 joerg Exp $
--- src/qjackctlPatchbayRack.cpp.orig 2011-11-24 03:02:27.000000000 +0000
+++ src/qjackctlPatchbayRack.cpp
@@ -22,6 +22,7 @@
#include "qjackctlPatchbayRack.h"
#include <QRegExp>
+#include <cstdlib>
//----------------------------------------------------------------------