Browse Source

Correct include

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@1311 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.60
sletz 19 years ago
parent
commit
e5d7bfb886
2 changed files with 4 additions and 6 deletions
  1. +1
    -1
      tests/jack_cpu.c
  2. +3
    -5
      tests/jack_test.cpp

+ 1
- 1
tests/jack_cpu.c View File

@@ -31,7 +31,7 @@
#include <string.h> #include <string.h>
#include <getopt.h> #include <getopt.h>


#include <jack/jack.h>
#include "jack.h"


jack_port_t *input_port; jack_port_t *input_port;
jack_port_t *output_port; jack_port_t *output_port;


+ 3
- 5
tests/jack_test.cpp View File

@@ -33,13 +33,11 @@
#include <getopt.h> #include <getopt.h>
#include <math.h> #include <math.h>
#include <assert.h> #include <assert.h>
#include <stdarg.h>
#ifndef WIN32
#include <jack/jack.h>
#else
#include <stdarg.h>

#include "jack.h" #include "jack.h"
#include "transport.h" #include "transport.h"
#endif


#ifdef WIN32 #ifdef WIN32
#define M_PI 3.151592653 #define M_PI 3.151592653


Loading…
Cancel
Save