diff options
author | Zack Weinberg <zack@wolery.cumb.org> | 2000-05-29 19:34:51 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 2000-05-29 19:34:51 +0000 |
commit | 4e2c85f6d2392685d5ff19492385d06f982a2c14 (patch) | |
tree | 8b5c373b1382ec8c9c78b6d04d49e50526ac28df /libchill/ltstr.c | |
parent | d11ec6f0d9fae7524090b3e5ea52e031e617f90f (diff) | |
download | gcc-4e2c85f6d2392685d5ff19492385d06f982a2c14.tar.gz |
concatstr.c, exh.c: Include stdlib.h and string.h.
* concatstr.c, exh.c: Include stdlib.h and string.h.
* delaycase.c, eqstr.c, memmove.c, printbuffer.c,
printevent.c, sendbuffer.c, waitbuffer.c: Include string.h.
From-SVN: r34255
Diffstat (limited to 'libchill/ltstr.c')
-rw-r--r-- | libchill/ltstr.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libchill/ltstr.c b/libchill/ltstr.c index 4f89284e5cd..7ddcfda5c3c 100644 --- a/libchill/ltstr.c +++ b/libchill/ltstr.c @@ -26,6 +26,8 @@ Boston, MA 02111-1307, USA. */ This exception does not however invalidate any other reasons why the executable file might be covered by the GNU General Public License. */ +#include <string.h> + #define MIN(a, b) ((a) < (b) ? (a) : (b)) /* |