13 lines
376 B
Text
13 lines
376 B
Text
$NetBSD: patch-ah,v 1.1 2007/08/08 16:50:26 joerg Exp $
|
|
|
|
--- Videotex/Videotex.c.orig 2007-08-08 16:22:41.000000000 +0000
|
|
+++ Videotex/Videotex.c
|
|
@@ -22,7 +22,7 @@ static char rcsid[] = "$Id: Videotex.c,v
|
|
/*
|
|
* Widget Videotex: VideotexWidgetClass
|
|
*/
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
#include <ctype.h>
|
|
#include <X11/IntrinsicP.h>
|
|
#include <X11/StringDefs.h>
|