diff options
author | Andreas Jaeger <aj@suse.de> | 2003-01-17 11:58:12 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2003-01-17 11:58:12 +0000 |
commit | 8a41766a858895c5fe960ca71b8c5ad2174b3b2e (patch) | |
tree | 050c10404182a3817807aa3aea7ad55916d2e216 | |
parent | 8824b0a1bf8734541b41381bedbe319933cab978 (diff) | |
download | glibc-8a41766a858895c5fe960ca71b8c5ad2174b3b2e.tar.gz glibc-8a41766a858895c5fe960ca71b8c5ad2174b3b2e.tar.xz glibc-8a41766a858895c5fe960ca71b8c5ad2174b3b2e.zip |
Include stdlib.h for exit prototype.
-rw-r--r-- | stdio-common/bug14.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdio-common/bug14.c b/stdio-common/bug14.c index 31ef754358..6ef54d5201 100644 --- a/stdio-common/bug14.c +++ b/stdio-common/bug14.c @@ -2,6 +2,7 @@ #include <locale.h> #include <wchar.h> #include <stdio.h> +#include <stdlib.h> /* MB_CUR_MAX multibyte ones (6 UTF+0080, in this case) */ static const char string[] = "\ |