diff options
| author | Karl Heuer | 1996-07-15 21:25:56 +0000 |
|---|---|---|
| committer | Karl Heuer | 1996-07-15 21:25:56 +0000 |
| commit | 6ce375fa38982adbb941b11dd596e878fbc8bbb0 (patch) | |
| tree | ed246cef2ef73068899b4ba61aabb75a0e0038f4 /lib-src/cvtmail.c | |
| parent | a1cfbf35a94c7464d714b369f73a9952fbb158d9 (diff) | |
| download | emacs-6ce375fa38982adbb941b11dd596e878fbc8bbb0.tar.gz emacs-6ce375fa38982adbb941b11dd596e878fbc8bbb0.zip | |
[__GNU_LIBRARY__]: Use <string.h>.
Diffstat (limited to 'lib-src/cvtmail.c')
| -rw-r--r-- | lib-src/cvtmail.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib-src/cvtmail.c b/lib-src/cvtmail.c index 20ef3412439..83242a988a9 100644 --- a/lib-src/cvtmail.c +++ b/lib-src/cvtmail.c | |||
| @@ -36,6 +36,10 @@ Boston, MA 02111-1307, USA. */ | |||
| 36 | 36 | ||
| 37 | #include <stdio.h> | 37 | #include <stdio.h> |
| 38 | 38 | ||
| 39 | #ifdef __GNU_LIBRARY__ | ||
| 40 | # include <string.h> | ||
| 41 | #endif | ||
| 42 | |||
| 39 | char *malloc (); | 43 | char *malloc (); |
| 40 | char *realloc (); | 44 | char *realloc (); |
| 41 | char *getenv (); | 45 | char *getenv (); |