Browse Source

add headers for waitpid(2)

tags/0.124
Paul Davis 11 years ago
parent
commit
e2281b87e5
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libjack/client.c

+ 2
- 0
libjack/client.c View File

@@ -36,6 +36,8 @@
#include <sys/socket.h>
#include <sys/un.h>
#include <sys/mman.h>
#include <sys/types.h>
#include <sys/wait.h>

#include <jack/jack.h>
#include <jack/jslist.h>


Loading…
Cancel
Save