diff options
author | Jim Meyering <jim@meyering.net> | 2003-04-11 12:36:31 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-04-11 12:36:31 +0000 |
commit | 3bd3492b1c78758918d914dc897536ef5e47c198 (patch) | |
tree | 8494125639383b65066ef628a24f59cf156943db | |
parent | 1fd5c0ae41e762b854dea258ae9a8331e7e79116 (diff) | |
download | coreutils-3bd3492b1c78758918d914dc897536ef5e47c198.tar.xz |
Include <stdlib.h> unconditionally.
-rw-r--r-- | src/ls.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -65,9 +65,7 @@ #include <signal.h> /* Get MB_CUR_MAX. */ -#if HAVE_STDLIB_H -# include <stdlib.h> -#endif +#include <stdlib.h> /* Get mbstate_t, mbrtowc(), mbsinit(), wcwidth(). */ #if HAVE_WCHAR_H |