1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-12 15:06:44 +02:00

Don't include stdlib.h here. It's already included via system.h.

This commit is contained in:
Jim Meyering
2002-09-30 21:20:08 +00:00
parent 43231af577
commit 1ea1325068

View File

@@ -40,10 +40,6 @@
#define AUTHORS N_ ("Stuart Kemp and David MacKenzie")
#ifdef STDC_HEADERS
# include <stdlib.h>
#endif
#ifndef TRUE
# define FALSE 0
# define TRUE 1