From: Jim Meyering Date: Fri, 6 Jun 2003 19:17:37 +0000 (+0000) Subject: Include unconditionally. X-Git-Tag: COREUTILS-5_0_1~380 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=da5cbe5ef8c0425de671331d3300d3a587b52573;p=platform%2Fupstream%2Fcoreutils.git Include unconditionally. --- diff --git a/src/system.h b/src/system.h index c4c4d64..ae16301 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