This website works better with JavaScript.
Home
Help
Sign In
jackaudio
/
jack2
mirror of
https://github.com/jackaudio/jack2
Watch
1
Star
0
Fork
0
Code
Releases
45
Activity
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
3c05a0b36e
commit
dea38860a8
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 <
c
stdlib>
#include <dbus/dbus.h>
#include "audio_reserve.h"
#endif
Write
Preview
Loading…
Cancel
Save