diff lib/clean-temp.c @ 12445:a8c91b846640

Move the malloc checking from module 'list' to new module 'xlist'.
author Bruno Haible <bruno@clisp.org>
date Mon, 14 Dec 2009 00:24:41 +0100
parents e8d2c6fc33ad
children c2cbabec01dd
line wrap: on
line diff
--- a/lib/clean-temp.c	Sun Dec 13 20:27:44 2009 +0100
+++ b/lib/clean-temp.c	Mon Dec 14 00:24:41 2009 +0100
@@ -1,5 +1,5 @@
 /* Temporary directories and temporary files with automatic cleanup.
-   Copyright (C) 2001, 2003, 2006-2007 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2003, 2006-2007, 2009 Free Software Foundation, Inc.
    Written by Bruno Haible <bruno@clisp.org>, 2006.
 
    This program is free software: you can redistribute it and/or modify
@@ -40,6 +40,7 @@
 #include "tmpdir.h"
 #include "xalloc.h"
 #include "xmalloca.h"
+#include "gl_xlist.h"
 #include "gl_linkedhash_list.h"
 #include "gettext.h"
 #if GNULIB_FWRITEERROR