This website works better with JavaScript.
Home
Help
Sign In
jackaudio
/
jack1
mirror of
https://github.com/jackaudio/jack1
Watch
1
Star
0
Fork
0
Code
Releases
19
Activity
Browse Source
Add inclusion of stdint.h for to define intptr_t.
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@406 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.109.0
kaiv
23 years ago
parent
9ef68eb4ac
commit
100645efc7
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
jackd/engine.c
+1
-0
libjack/client.c
+ 1
- 0
jackd/engine.c
View File
@@ -35,6 +35,7 @@
#include <fcntl.h>
#include <stdio.h>
#include <stdarg.h>
#include <stdint.h>
#include <dirent.h>
#include <sys/ipc.h>
#include <signal.h>
+ 1
- 0
libjack/client.c
View File
@@ -37,6 +37,7 @@
#include <stdarg.h>
#include <stdio.h>
#include <stdint.h>
#include <regex.h>
#include <math.h>
Write
Preview
Loading…
Cancel
Save