diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2008-06-13 22:22:22 -0400 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil> | 2008-06-13 22:22:22 -0400 |
commit | 0b00bbca5df140edbfaffab627bd82165f1b1420 (patch) | |
tree | 16fddbe8de147b05dffeb12960ccfbd2c97bbc2d /os/rpcauth.c | |
parent | 1c2f038d69605b0ed1067e47dc75ca6f216991f5 (diff) |
Fix "Warning: no previous prototype for `SecureRPCInit'".
Diffstat (limited to 'os/rpcauth.c')
-rw-r--r-- | os/rpcauth.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/rpcauth.c b/os/rpcauth.c index 3451ac18b..1e134ad14 100644 --- a/os/rpcauth.c +++ b/os/rpcauth.c @@ -42,6 +42,7 @@ from The Open Group. #include <X11/Xauth.h> #include "misc.h" #include "os.h" +#include "osdep.h" #include "dixstruct.h" #include <rpc/rpc.h> |