]> git.pld-linux.org Git - packages/dxflib.git/commitdiff
- added missing ##include <string.h>.
authorcieciwa <cieciwa@pld-linux.org>
Wed, 16 Mar 2011 09:19:12 +0000 (09:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dxflib_include_string.patch -> 1.1

dxflib_include_string.patch [new file with mode: 0644]

diff --git a/dxflib_include_string.patch b/dxflib_include_string.patch
new file mode 100644 (file)
index 0000000..a52a1f5
--- /dev/null
@@ -0,0 +1,10 @@
+--- src/dl_writer_ascii.cpp.org        2011-03-16 10:08:03.850696616 +0100
++++ src/dl_writer_ascii.cpp    2011-03-16 10:08:32.105320969 +0100
+@@ -30,6 +30,7 @@
+ #endif // _MSC_VER > 1000
+ #include <stdio.h>
++#include <string.h>
+ #include "dl_writer_ascii.h"
+ #include "dl_exception.h"
This page took 0.123146 seconds and 4 git commands to generate.