head	1.2;
access;
symbols
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2002.04.17.11.51.53;	author clive;	state dead;
branches;
next	1.1;

1.1
date	2001.11.03.20.03.25;	author clive;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Upgrade to latest xcin25/libtabe suite.

Hand MAINTAINER to submitter.

PR: ports/37039 ports/37040
Submitted by: Kuang-che Wu <kcwu@@ck.tp.edu.tw>
@
text
@--- src/lib/IMdkit/IMConn.c.orig	Sun Nov  4 03:52:26 2001
+++ src/lib/IMdkit/IMConn.c	Sun Nov  4 03:52:35 2001
@@@@ -30,7 +30,7 @@@@
 ******************************************************************/
 
 #include <X11/Xlib.h>
-#include <malloc.h>
+#include <stdlib.h>
 #include <string.h>
 #include "IMdkit.h"
 #include <stdarg.h>
@


1.1
log
@Fix its #include <malloc.h> bug, found by src/include/malloc.h rev 1.4.
@
text
@@

