Added missing includes
authorIOhannes m zmölnig <zmoelnig@iem.at>
Wed, 5 Feb 2014 15:27:44 +0000 (16:27 +0100)
committerIOhannes m zmölnig <zmoelnig@iem.at>
Wed, 5 Feb 2014 15:27:44 +0000 (16:27 +0100)
debian/patches/fix_includes.patch [new file with mode: 0644]
debian/patches/series

diff --git a/debian/patches/fix_includes.patch b/debian/patches/fix_includes.patch
new file mode 100644 (file)
index 0000000..9fc89c4
--- /dev/null
@@ -0,0 +1,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>
index c2e986bdd21ffe60163a60b53d178aeb499c5109..274a3a5325b0188636bf116b081ec123798b3ad5 100644 (file)
@@ -1 +1,2 @@
+fix_includes.patch
 remove_sflogo.patch