diff options
author | pixel <pixel> | 2004-04-27 17:53:42 +0000 |
---|---|---|
committer | pixel <pixel> | 2004-04-27 17:53:42 +0000 |
commit | 3f2b683a8b4f45a2f6c404b0a47842d64341e16e (patch) | |
tree | aa0cc57612eb9e63344dcc8e92f26b810f77c4ef | |
parent | 088692c643b9d0215531c1e33085eb3213df41e1 (diff) |
Hum... win32 fix
-rw-r--r-- | lib/cdutils.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/cdutils.cpp b/lib/cdutils.cpp index a286851..736f9ff 100644 --- a/lib/cdutils.cpp +++ b/lib/cdutils.cpp @@ -17,11 +17,10 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: cdutils.cpp,v 1.24 2003-12-26 20:36:07 pixel Exp $ */ +/* $Id: cdutils.cpp,v 1.25 2004-04-27 17:53:42 pixel Exp $ */ #include <stdio.h> #include <string.h> -#include <malloc.h> #include <stdlib.h> #include "generic.h" #include "cdutils.h" |