Browse Source

Patch for ticket #264.

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4703 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/1.9.9.5
sletz 13 years ago
parent
commit
9e61347090
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      common/netjack.c
  2. +1
    -1
      common/netjack_packet.c
  3. +1
    -1
      example-clients/netsource.c

+ 1
- 1
common/netjack.c View File

@@ -47,7 +47,7 @@ $Id: net_driver.c,v 1.17 2006/04/16 20:16:10 torbenh Exp $
#include <netinet/in.h>
#endif

#ifdef __linux__
#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif



+ 1
- 1
common/netjack_packet.c View File

@@ -26,7 +26,7 @@
*
*/

#ifdef __linux__
#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif



+ 1
- 1
example-clients/netsource.c View File

@@ -34,7 +34,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#include <string.h>
#include <signal.h>

#ifdef __linux__
#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif



Loading…
Cancel
Save