This website works better with JavaScript.
Home
Help
Sign In
jackaudio
/
headers
mirror of
https://github.com/jackaudio/headers
Watch
1
Star
0
Fork
0
Code
Releases
2
Activity
Browse Source
add uuid type
tags/0.124.0
Paul Davis
12 years ago
parent
5798f8fcb7
commit
5bf4c3697f
1 changed files
with
3 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
types.h
+ 3
- 0
types.h
View File
@@ -23,6 +23,9 @@
#include <inttypes.h>
#include <inttypes.h>
#include <pthread.h>
#include <pthread.h>
#include <uuid/uuid.h>
typedef uuid_t jack_uuid_t;
typedef int32_t jack_shmsize_t;
typedef int32_t jack_shmsize_t;
Write
Preview
Loading…
Cancel
Save