Browse Source

Correct warning.

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4304 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/1.9.8
sletz 14 years ago
parent
commit
79a5f3a537
2 changed files with 4 additions and 0 deletions
  1. +2
    -0
      common/netjack.c
  2. +2
    -0
      common/netjack_packet.c

+ 2
- 0
common/netjack.c View File

@@ -58,6 +58,8 @@ $Id: net_driver.c,v 1.17 2006/04/16 20:16:10 torbenh Exp $
#include "netjack.h"
#include "netjack_packet.h"

#include "JackError.h"

#define MIN(x,y) ((x)<(y) ? (x) : (y))

static int sync_state = 1;


+ 2
- 0
common/netjack_packet.c View File

@@ -74,6 +74,8 @@

#include "netjack_packet.h"

#include "JackError.h"

#ifdef NO_JACK_ERROR
#define jack_error printf
#endif


Loading…
Cancel
Save