File: 03_fix_ftbs.dpatch

package info (click to toggle)
qwtplot3d 0.2.7%2Bsvn191-4
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,204 kB
  • ctags: 1,791
  • sloc: cpp: 8,911; ansic: 5,078; sh: 175; python: 95; makefile: 53
file content (15 lines) | stat: -rw-r--r-- 567 bytes parent folder | download
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"