comparison lib-src/fakemail.c @ 112317:7df2e30d72ec

Include <unistd.h> unilaterally.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 09 Jan 2011 00:12:35 -0800
parents 1f617baf8ae5
children 17e0028efc29
comparison
equal deleted inserted replaced
112316:2887524f362a 112317:7df2e30d72ec
60 #include <time.h> 60 #include <time.h>
61 #include <pwd.h> 61 #include <pwd.h>
62 #include <stdlib.h> 62 #include <stdlib.h>
63 63
64 /* This is to declare cuserid. */ 64 /* This is to declare cuserid. */
65 #ifdef HAVE_UNISTD_H
66 #include <unistd.h> 65 #include <unistd.h>
67 #endif
68 66
69 /* Type definitions */ 67 /* Type definitions */
70 68
71 #define boolean int 69 #define boolean int
72 #define true 1 70 #define true 1