From dea38860a81c145cca18ca1c2d18760d94fa652d Mon Sep 17 00:00:00 2001 From: Adrian Knoth Date: Wed, 15 Apr 2015 22:05:41 +0200 Subject: [PATCH] Use cstdlib instead of stdlib.h No biggie, but since this is C++, let's use the C++ includes. --- common/Jackdmp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/Jackdmp.cpp b/common/Jackdmp.cpp index 117c25e8..3bfd7f6e 100644 --- a/common/Jackdmp.cpp +++ b/common/Jackdmp.cpp @@ -38,7 +38,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. #endif #if defined(JACK_DBUS) && defined(__linux__) -#include +#include #include #include "audio_reserve.h" #endif