1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
#! /bin/sh /usr/share/dpatch/dpatch-run
## 03_fix_ftbs.dpatch by <gudjon@gudjon.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.
@DPATCH@
diff -urNad qwtplot3d-0.2.7+svn191~/src/qwt3d_function.cpp qwtplot3d-0.2.7+svn191/src/qwt3d_function.cpp
--- qwtplot3d-0.2.7+svn191~/src/qwt3d_function.cpp 2007-08-23 12:20:56.000000000 +0200
+++ qwtplot3d-0.2.7+svn191/src/qwt3d_function.cpp 2009-11-14 14:04:57.000000000 +0100
@@ -1,3 +1,4 @@
+#include <cstdio>
#include "qwt3d_surfaceplot.h"
#include "qwt3d_function.h"
|