diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-06-09 13:58:59 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-06-09 13:58:59 -0700 |
commit | 6741315a7e839a3c3e8c725e458ec0da5ad3012b (patch) | |
tree | a0cc04fc8b80e5bc29e14af13a852ba7983f72ad /os | |
parent | 6b8f4459861bda8c2cce70490cca0fe1f7784305 (diff) |
Add #includes of access.h to clear prototype warnings
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'os')
-rw-r--r-- | os/access.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/access.c b/os/access.c index 0b2ae8a..95e10e4 100644 --- a/os/access.c +++ b/os/access.c @@ -54,6 +54,7 @@ in this Software without prior written authorization from The Open Group. #include "osdep.h" #include "osstruct.h" #include "globals.h" +#include "access.h" long MaxClients = DEFAULT_CLIENT_LIMIT; |