Browse Source

Use cstdlib instead of stdlib.h

No biggie, but since this is C++, let's use the C++ includes.
tags/v1.9.11-RC1
Adrian Knoth 10 years ago
parent
commit
dea38860a8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      common/Jackdmp.cpp

+ 1
- 1
common/Jackdmp.cpp View File

@@ -38,7 +38,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#endif

#if defined(JACK_DBUS) && defined(__linux__)
#include <stdlib.h>
#include <cstdlib>
#include <dbus/dbus.h>
#include "audio_reserve.h"
#endif


Loading…
Cancel
Save