diff options
author | Jim Blandy <jimb@redhat.com> | 1992-01-13 21:48:08 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-01-13 21:48:08 +0000 |
commit | 265a9e559da4ac72d154ecd638c51801b3e97847 (patch) | |
tree | 633e4dc50761c2cd5201a7874e23eee9e51aecea /src/xrdb.c | |
parent | d427b66a664c0e1ffc818dfa5b87b45b4857d2ae (diff) | |
download | emacs-265a9e559da4ac72d154ecd638c51801b3e97847.tar.gz |
*** empty log message ***
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. */ #include <sys/param.h> #include <pwd.h> #include <sys/stat.h> +#include <sys/types.h> #ifdef emacs #include "config.h" #endif extern char *getenv (); -extern int getuid (); +extern uid_t getuid (); extern struct passwd *getpwuid (); extern struct passwd *getpwnam (); |