diff options
Diffstat (limited to 'src/xrdb.c')
| -rw-r--r-- | src/xrdb.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xrdb.c b/src/xrdb.c index 930b4d54d43..23f6b942469 100644 --- a/src/xrdb.c +++ b/src/xrdb.c | |||
| @@ -26,13 +26,14 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 26 | #include <sys/param.h> | 26 | #include <sys/param.h> |
| 27 | #include <pwd.h> | 27 | #include <pwd.h> |
| 28 | #include <sys/stat.h> | 28 | #include <sys/stat.h> |
| 29 | #include <sys/types.h> | ||
| 29 | 30 | ||
| 30 | #ifdef emacs | 31 | #ifdef emacs |
| 31 | #include "config.h" | 32 | #include "config.h" |
| 32 | #endif | 33 | #endif |
| 33 | 34 | ||
| 34 | extern char *getenv (); | 35 | extern char *getenv (); |
| 35 | extern int getuid (); | 36 | extern uid_t getuid (); |
| 36 | extern struct passwd *getpwuid (); | 37 | extern struct passwd *getpwuid (); |
| 37 | extern struct passwd *getpwnam (); | 38 | extern struct passwd *getpwnam (); |
| 38 | 39 | ||