aboutsummaryrefslogtreecommitdiff
path: root/news/nget/files/patch-lite.h
diff options
context:
space:
mode:
Diffstat (limited to 'news/nget/files/patch-lite.h')
-rw-r--r--news/nget/files/patch-lite.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/news/nget/files/patch-lite.h b/news/nget/files/patch-lite.h
new file mode 100644
index 000000000000..508bfa633864
--- /dev/null
+++ b/news/nget/files/patch-lite.h
@@ -0,0 +1,11 @@
+--- lite.h 2004-05-29 16:00:08.000000000 -0700
++++ lite.h 2008-03-02 23:03:01.000000000 -0800
+@@ -24,6 +24,8 @@
+ #endif
+
+ #include <stdlib.h>
++#include <string.h>
++
+ char * newstrcpy(char *&dest, const char *src);
+ inline void safefree(char *&p){
+ if (p){free(p);p=NULL;}