Module Name: xsrc
Committed By: christos
Date: Sun May 29 22:59:35 UTC 2011
Modified Files:
xsrc/xfree/xc/util/memleak: fmalloc.c
Log Message:
add memleak.h
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.5 -r1.2 xsrc/xfree/xc/util/memleak/fmalloc.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: xsrc/xfree/xc/util/memleak/fmalloc.c
diff -u xsrc/xfree/xc/util/memleak/fmalloc.c:1.1.1.5 xsrc/xfree/xc/util/memleak/fmalloc.c:1.2
--- xsrc/xfree/xc/util/memleak/fmalloc.c:1.1.1.5 Fri Feb 28 08:19:19 2003
+++ xsrc/xfree/xc/util/memleak/fmalloc.c Sun May 29 18:59:35 2011
@@ -39,6 +39,7 @@
*/
#include <stdio.h>
+#include "memleak.h"
extern char **environ;
extern xf86DriverList;