diff options
author | sletz <sletz@0c269be4-1314-0410-8aa9-9f06e86f4224> | 2007-10-17 12:23:13 +0000 |
---|---|---|
committer | sletz <sletz@0c269be4-1314-0410-8aa9-9f06e86f4224> | 2007-10-17 12:23:13 +0000 |
commit | 2fd68fdfbf024a61df55dff42c752bd38c52be6f (patch) | |
tree | dd348d15532217da7323d282c3818527aa3177d1 /example-clients/connect.c | |
parent | 084dc073494ea8633cb07de56ba3aeb27f8b83d2 (diff) | |
download | jack2-2fd68fdfbf024a61df55dff42c752bd38c52be6f.tar.gz |
Reorganize jack headers.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@1614 0c269be4-1314-0410-8aa9-9f06e86f4224
Diffstat (limited to 'example-clients/connect.c')
-rw-r--r-- | example-clients/connect.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/example-clients/connect.c b/example-clients/connect.c index c9713124..ff9af9a5 100644 --- a/example-clients/connect.c +++ b/example-clients/connect.c @@ -26,9 +26,7 @@ #include <string.h> #include <stdlib.h> #include <math.h> - - -#include "jack.h" +#include <jack/jack.h> jack_port_t *input_port; jack_port_t *output_port; |