Browse Source

Hopefully fix compilation issue introduced in r3823.

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3825 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/v1.9.5
sletz 16 years ago
parent
commit
7903f675ee
2 changed files with 3 additions and 1 deletions
  1. +2
    -0
      common/JackGlobals.h
  2. +1
    -1
      macosx/coreaudio/JackCoreAudioDriver.cpp

+ 2
- 0
common/JackGlobals.h View File

@@ -23,10 +23,12 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "JackPlatformPlug.h"
#include "JackConstants.h"

#ifdef __CLIENTDEBUG__
#include <iostream>
#include <fstream>
#include <string>
#include <time.h>
#endif

namespace Jack
{


+ 1
- 1
macosx/coreaudio/JackCoreAudioDriver.cpp View File

@@ -1623,7 +1623,7 @@ int JackCoreAudioDriver::Start()
return -1;
}
// Waiting for Measure callback to be called ( = driver has started)
// Waiting for Measure callback to be called (= driver has started)
fState = false;
int count = 0;
while (!fState && count++ < WAIT_COUNTER) {


Loading…
Cancel
Save