diff options
Diffstat (limited to 'parallel/glunix/patches/patch-cb')
-rw-r--r-- | parallel/glunix/patches/patch-cb | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/parallel/glunix/patches/patch-cb b/parallel/glunix/patches/patch-cb index 1e2466c9cb9..d9337c673ac 100644 --- a/parallel/glunix/patches/patch-cb +++ b/parallel/glunix/patches/patch-cb @@ -1,8 +1,16 @@ -$NetBSD: patch-cb,v 1.1 2000/05/27 09:53:38 wiz Exp $ +$NetBSD: patch-cb,v 1.2 2005/05/29 14:38:33 wiz Exp $ ---- glunix/src/msg/cmsg_msg.cc.orig Fri May 26 12:24:58 2000 -+++ glunix/src/msg/cmsg_msg.cc Fri May 26 12:25:18 2000 -@@ -186,7 +186,7 @@ +--- glunix/src/msg/cmsg_msg.cc.orig 1996-10-25 00:39:59.000000000 +0200 ++++ glunix/src/msg/cmsg_msg.cc +@@ -109,6 +109,7 @@ + * + *****************************************************************************/ + ++#include <stdlib.h> + #include "glib/types.h" + #include "cmsg.h" + #include "cmsg_msg.h" +@@ -186,7 +187,7 @@ Msg_PrintError(int callbackValue, FILE * fprintf(filePtr, "MSG_ERROR msgType "); Msg_PrintMsgType(filePtr, newMsgPtr->msgType); |