Browse Source

Add missing include.

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4566 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/1.9.8
sletz 14 years ago
parent
commit
47517fe405
2 changed files with 1 additions and 4 deletions
  1. +0
    -4
      common/JackAPI.cpp
  2. +1
    -0
      common/JackNetAPI.cpp

+ 0
- 4
common/JackAPI.cpp View File

@@ -619,10 +619,6 @@ LIB_EXPORT int jack_recompute_total_latencies(jack_client_t* ext_client)
}
}

/*
This is unsafe if case of concurrent access, and should be "serialized" doing a server call.
*/

LIB_EXPORT int jack_port_set_name(jack_port_t* port, const char* name)
{
#ifdef __CLIENTDEBUG__


+ 1
- 0
common/JackNetAPI.cpp View File

@@ -18,6 +18,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/

#include <assert.h>
#include <stdarg.h>
#include "JackNetInterface.h"
#include "JackPlatformPlug.h"
#include "JackError.h"


Loading…
Cancel
Save