From 6819756293ae8a0090d63b085cd60b64904b431b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 18 Feb 2007 22:34:37 +0100 Subject: Rely on gnulib-generated stdlib.h, not exit.h. * src/system.h: Don't include exit.h, now that it's subsumed by the gnulib-generated stdlib.h. * lib/xfts.c: Include rather than exit.h, now that stdlib.h --- lib/xfts.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/xfts.c') diff --git a/lib/xfts.c b/lib/xfts.c index f06fa7b1b..1402e95e3 100644 --- a/lib/xfts.c +++ b/lib/xfts.c @@ -1,6 +1,6 @@ /* xfts.c -- a wrapper for fts_open - Copyright (C) 2003, 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 2003, 2005-2007 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -21,8 +21,8 @@ #include #include +#include -#include "exit.h" #include "error.h" #include "gettext.h" -- cgit v1.2.3-54-g00ecf