Mercurial > emacs
comparison lib-src/fakemail.c @ 25449:7ebe942c4a9c
Include <stdlib.h> if available.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Mon, 30 Aug 1999 15:08:30 +0000 |
parents | 48690fd8d40a |
children | 134b57acef68 |
comparison
equal
deleted
inserted
replaced
25448:95f7147cb572 | 25449:7ebe942c4a9c |
---|---|
66 #include <pwd.h> | 66 #include <pwd.h> |
67 | 67 |
68 /* This is to declare cuserid. */ | 68 /* This is to declare cuserid. */ |
69 #ifdef HAVE_UNISTD_H | 69 #ifdef HAVE_UNISTD_H |
70 #include <unistd.h> | 70 #include <unistd.h> |
71 #endif | |
72 | |
73 #ifdef STDC_HEADERS | |
74 #include <stdlib.h> | |
71 #endif | 75 #endif |
72 | 76 |
73 /* Type definitions */ | 77 /* Type definitions */ |
74 | 78 |
75 #define boolean int | 79 #define boolean int |