diff options
Diffstat (limited to 'french/xtel/files/patch-Videotex_Videotex.c')
-rw-r--r-- | french/xtel/files/patch-Videotex_Videotex.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/french/xtel/files/patch-Videotex_Videotex.c b/french/xtel/files/patch-Videotex_Videotex.c new file mode 100644 index 000000000000..7b5c4f9bcfd1 --- /dev/null +++ b/french/xtel/files/patch-Videotex_Videotex.c @@ -0,0 +1,11 @@ +--- Videotex/Videotex.c.orig Sun Feb 11 01:13:00 2001 ++++ Videotex/Videotex.c Sun Jul 7 13:17:57 2002 +@@ -22,7 +22,7 @@ + /* + * Widget Videotex: VideotexWidgetClass + */ +-#include <malloc.h> ++#include <stdlib.h> + #include <ctype.h> + #include <X11/IntrinsicP.h> + #include <X11/StringDefs.h> |