Browse Source

added pthread.h to jack.h

git-svn-id: svn+ssh://jackaudio.org/trunk/jack@281 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.109.0
pbd 23 years ago
parent
commit
348af5e211
2 changed files with 3 additions and 1 deletions
  1. +1
    -1
      configure.in
  2. +2
    -0
      jack/jack.h

+ 1
- 1
configure.in View File

@@ -14,7 +14,7 @@ dnl changes are made
dnl ---
JACK_MAJOR_VERSION=0
JACK_MINOR_VERSION=41
JACK_MICRO_VERSION=1
JACK_MICRO_VERSION=2

dnl ---
dnl HOWTO: updating the libjack interface version


+ 2
- 0
jack/jack.h View File

@@ -25,6 +25,8 @@
extern "C" {
#endif

#include <pthread.h>

#include <jack/types.h>
#include <jack/error.h>
#include <jack/transport.h>


Loading…
Cancel
Save