[med-svn] r21688 - trunk/packages/proda/trunk/debian/patches
Sascha Steinbiss
sascha-guest at moszumanska.debian.org
Mon Apr 11 19:43:01 UTC 2016
Author: sascha-guest
Date: 2016-04-11 19:43:00 +0000 (Mon, 11 Apr 2016)
New Revision: 21688
Modified:
trunk/packages/proda/trunk/debian/patches/05-fix_FTBFS_with_GCC6.patch
Log:
add missing include, necessary for GCC <6
Modified: trunk/packages/proda/trunk/debian/patches/05-fix_FTBFS_with_GCC6.patch
===================================================================
--- trunk/packages/proda/trunk/debian/patches/05-fix_FTBFS_with_GCC6.patch 2016-04-11 19:34:08 UTC (rev 21687)
+++ trunk/packages/proda/trunk/debian/patches/05-fix_FTBFS_with_GCC6.patch 2016-04-11 19:43:00 UTC (rev 21688)
@@ -1,7 +1,15 @@
Description: fix_FTBFS_with_GCC6
--- a/Main.cc
+++ b/Main.cc
-@@ -117,7 +117,7 @@
+@@ -2,6 +2,7 @@
+ // Main.cc
+ //////////////////////////////////////////////////////////////////////
+
++#include <errno.h>
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>
+@@ -117,7 +118,7 @@
char *endPtr;
long int retVal;
More information about the debian-med-commit
mailing list