jack_internal_metro: Use global JACK headers

example-clients/internal_metro.h:
Change to include global and not local JACK headers.
This commit is contained in:
David Runge 2021-10-30 21:56:26 +02:00
parent a78af74334
commit 8ee9399d86
No known key found for this signature in database
GPG Key ID: 54C28F4FF5A1A949
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@ extern "C"
#include <getopt.h>
#include <string.h>
#include "jack.h"
#include "transport.h"
#include <jack/jack.h>
#include <jack/transport.h>
typedef jack_default_audio_sample_t sample_t;