summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorsletz <sletz@0c269be4-1314-0410-8aa9-9f06e86f4224>2008-05-15 08:16:20 +0000
committersletz <sletz@0c269be4-1314-0410-8aa9-9f06e86f4224>2008-05-15 08:16:20 +0000
commitfd65992ef3f7dffdab3a4c8740e00b3a7d732655 (patch)
treedfeb2864020b67393f1a4dbeb0c18bde84ed5534 /tests
parent56380489457e9e0366110d0f2c06312b72730c46 (diff)
downloadjack2-fd65992ef3f7dffdab3a4c8740e00b3a7d732655.tar.gz
Compilation on Windows
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2270 0c269be4-1314-0410-8aa9-9f06e86f4224
Diffstat (limited to 'tests')
-rw-r--r--tests/jdelay.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/jdelay.cpp b/tests/jdelay.cpp
index 3d23404f..2fb3d304 100644
--- a/tests/jdelay.cpp
+++ b/tests/jdelay.cpp
@@ -22,13 +22,12 @@
#include <stdlib.h>
#include <stdio.h>
-#include <math.h>
+#include <math.h>
+#include <jack/jack.h>
#ifdef WIN32
- #include "jack.h"
#define M_PI 3.141562653
#else
#include <unistd.h>
- #include <jack/jack.h>
#endif
class Freq