~ubuntu-branches/debian/jessie/dxflib/jessie

« back to all changes in this revision

Viewing changes to debian/patches/FTBFS_cstring_h.patch

  • Committer: Package Import Robot
  • Author(s): Scott Howard
  • Date: 2013-12-13 16:41:48 UTC
  • mfrom: (8.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20131213164148-m20ph2ja1d4vlxv4
Tags: 2.5.0.0-2
Merge from experimental to unstable. (Closes: #731577)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Description: Missing include needs to be added
2
2
Author: Scott Howard <showard@debian.org>
3
3
 
4
 
--- dxflib-2.2.0.0.orig/src/dl_writer.h
5
 
+++ dxflib-2.2.0.0/src/dl_writer.h
6
 
@@ -41,6 +41,7 @@
 
4
Index: dxflib/src/dl_writer.h
 
5
===================================================================
 
6
--- dxflib.orig/src/dl_writer.h 2013-06-23 13:13:35.127629322 -0400
 
7
+++ dxflib/src/dl_writer.h      2013-06-23 13:13:35.119629321 -0400
 
8
@@ -37,6 +37,7 @@
7
9
 #endif
8
10
 
9
11
 #include <iostream>