pkgsrc/graphics/rayshade/patches/patch-ae
2008-09-01 06:57:58 +00:00

13 lines
326 B
Text

$NetBSD: patch-ae,v 1.1 2008/09/01 06:57:58 dholland Exp $
--- libray/libcommon/memory.c~ 1992-02-09 22:03:29.000000000 -0500
+++ libray/libcommon/memory.c 2008-09-01 02:07:19.000000000 -0400
@@ -20,6 +20,8 @@
* Initial version.
*
*/
+#include <string.h>
+#include <stdlib.h>
#ifdef SYSV
#include <memory.h>
#endif