From: Jim Meyering Date: Fri, 6 Jun 2003 19:17:37 +0000 (+0000) Subject: Include unconditionally. X-Git-Tag: v5.0.1~380 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=da5cbe5ef8c0425de671331d3300d3a587b52573;p=thirdparty%2Fcoreutils.git Include unconditionally. --- diff --git a/src/system.h b/src/system.h index c4c4d64e66..ae1630196f 100644 --- a/src/system.h +++ b/src/system.h @@ -117,11 +117,7 @@ void *memrchr (const void *, int, size_t); extern int errno; #endif -#if HAVE_STDBOOL_H -# include -#else -typedef enum {false = 0, true = 1} bool; -#endif +#include #if HAVE_STDLIB_H # define getopt system_getopt