File: fix_includes.patch

package info (click to toggle)
jacktrip 1.0.5.patch2-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 748 kB
  • ctags: 473
  • sloc: cpp: 2,758; makefile: 86; sh: 26
file content (15 lines) | stat: -rw-r--r-- 379 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: adding missing includes
Author: IOhannes m zmölnig
Last-Update: 2014-02-05
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- jacktrip.orig/src/jacktrip_globals.cpp
+++ jacktrip/src/jacktrip_globals.cpp
@@ -39,6 +39,7 @@
 #include "jacktrip_types.h"
 
 #include <stdio.h>
+#include <unistd.h>
 
 #if defined ( __LINUX__ )
 #include <sched.h>