diff options
author | runge <runge> | 2007-05-05 14:53:21 +0000 |
---|---|---|
committer | runge <runge> | 2007-05-05 14:53:21 +0000 |
commit | 76d88e31114b5cc0f66f90e76eb9c734bbc9bf4b (patch) | |
tree | f73a4304be4d827eb62a9a7732563cc79391edaf /x11vnc/x11vnc.h | |
parent | 6378acecb04b2824179fea0ab168cbfcb960e70d (diff) | |
download | libvncserver-76d88e31114b5cc0f66f90e76eb9c734bbc9bf4b.zip libvncserver-76d88e31114b5cc0f66f90e76eb9c734bbc9bf4b.tar.gz |
x11vnc: add groups handling for -users mode.
Diffstat (limited to 'x11vnc/x11vnc.h')
-rw-r--r-- | x11vnc/x11vnc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11vnc/x11vnc.h b/x11vnc/x11vnc.h index 8689a96..c0b7600 100644 --- a/x11vnc/x11vnc.h +++ b/x11vnc/x11vnc.h @@ -260,6 +260,7 @@ extern int h_errno; #if LIBVNCSERVER_HAVE_PWD_H #include <pwd.h> +#include <grp.h> #endif #if LIBVNCSERVER_HAVE_SYS_WAIT_H #include <sys/wait.h> |