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
commit
100645efc7
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      jackd/engine.c
  2. +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>



Loading…
Cancel
Save