Browse Source

Correct include

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@1956 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.71
sletz 17 years ago
parent
commit
c5fc016bd6
2 changed files with 1 additions and 1 deletions
  1. +0
    -1
      common/JackAPIWrapper.cpp
  2. +1
    -0
      common/varargs.h

+ 0
- 1
common/JackAPIWrapper.cpp View File

@@ -26,7 +26,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#include <stdarg.h> #include <stdarg.h>
#include <stdio.h> #include <stdio.h>
#include <dirent.h> #include <dirent.h>
#include <string.h>


#ifdef __cplusplus #ifdef __cplusplus
extern "C" extern "C"


+ 1
- 0
common/varargs.h View File

@@ -22,6 +22,7 @@


#include <stdlib.h> #include <stdlib.h>
#include <stdarg.h> #include <stdarg.h>
#include <string.h>


#ifdef __cplusplus #ifdef __cplusplus
extern "C" extern "C"


Loading…
Cancel
Save