ddd: fixing patches/cstdio-missing.diff
This commit is contained in:
parent
f0c3e65f3c
commit
891f940da4
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
--- ddd/strclass.C 2014-05-29 20:30:26.494721840 +0200
|
--- ddd/strclass.C 2014-05-29 20:30:26.494721840 +0200
|
||||||
+++ ddd/strclass.C.orig 2014-05-29 20:30:10.492723038 +0200
|
+++ ddd/strclass.C 2014-05-29 20:30:10.492723038 +0200
|
||||||
@@ -39,7 +39,6 @@ extern "C" int malloc_verify();
|
@@ -39,6 +39,7 @@ extern "C" int malloc_verify();
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#include <new>
|
#include <new>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
-#include <cstdio>
|
+#include <cstdio>
|
||||||
|
|
||||||
void string::error(const char* msg) const
|
void string::error(const char* msg) const
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue