diff options
Diffstat (limited to 'games/craft/patches/patch-aa')
-rw-r--r-- | games/craft/patches/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/craft/patches/patch-aa b/games/craft/patches/patch-aa new file mode 100644 index 00000000000..7e21a499ad3 --- /dev/null +++ b/games/craft/patches/patch-aa @@ -0,0 +1,11 @@ +$NetBSD: patch-aa,v 1.3 2003/09/26 14:04:54 tron Exp $ + +--- cry.h.orig 1997-02-24 12:58:31.000000000 +0100 ++++ cry.h 2003-09-26 16:00:39.000000000 +0200 +@@ -1,4 +1,5 @@ +-#include "stdio.h" ++#include <stdio.h> ++#include <stdlib.h> + + /*-------------------------------------------------------------------------*/ + /* cry.h */ |