[SCM] jacktrip/master: Added missing includes

zmoelnig-guest at users.alioth.debian.org zmoelnig-guest at users.alioth.debian.org
Wed Feb 5 15:28:48 UTC 2014


The following commit has been merged in the master branch:
commit ff18c502ba8997a4936a186a5725e711696c25bf
Author: IOhannes m zmölnig <zmoelnig at iem.at>
Date:   Wed Feb 5 16:27:44 2014 +0100

    Added missing includes

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

-- 
jacktrip packaging



More information about the pkg-multimedia-commits mailing list