X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fxmalloc.c;h=3adf5dda88f1c4f74683d2860d9d2e283775c8c7;hb=e7039330c86c3c24f48d635ca7664b7d45a145c3;hp=82980ea58ce32e7ff50aa35b3a13f5e343bcba52;hpb=fa9635f22ac175bace582885ca780d3eb511b578;p=gnulib.git diff --git a/lib/xmalloc.c b/lib/xmalloc.c index 82980ea58..3adf5dda8 100644 --- a/lib/xmalloc.c +++ b/lib/xmalloc.c @@ -30,12 +30,9 @@ #define N_(msgid) msgid #include "error.h" +#include "exit.h" #include "exitfail.h" -#ifndef EXIT_FAILURE -# define EXIT_FAILURE 1 -#endif - /* The following tests require AC_PREREQ(2.54). */ #ifndef HAVE_MALLOC