summaryrefslogtreecommitdiff
path: root/daemon/auth.c
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2004-01-13 16:40:46 +0000
committerGeorge Lebl <jirka@src.gnome.org>2004-01-13 16:40:46 +0000
commitc33e64bf84d610293b54e7e6974388d0c95c85f8 (patch)
treec04173bd3755dda000514daea35c49f26f7a8769 /daemon/auth.c
parentb049eccc4a3795368ebfb4bace38b53cd7d9e185 (diff)
downloadgdm-c33e64bf84d610293b54e7e6974388d0c95c85f8.tar.gz
Add sys/socket.h include to fix compilation on freebsd, fixes #130963,
Tue Jan 13 08:40:29 2004 George Lebl <jirka@5z.com> * daemon/auth.c: Add sys/socket.h include to fix compilation on freebsd, fixes #130963, thanks to Joe Marcus Clarke <marcus@freebsd.org> * daemon/verify-crypt.c, daemon/verify-shadow.c: Fix compilation of the crypt and shadow compilation. Fixes #131042
Diffstat (limited to 'daemon/auth.c')
-rw-r--r--daemon/auth.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/auth.c b/daemon/auth.c
index a6549235..df5ad453 100644
--- a/daemon/auth.c
+++ b/daemon/auth.c
@@ -22,6 +22,7 @@
#include <config.h>
#include <libgnome/libgnome.h>
#include <sys/types.h>
+#include <sys/socket.h>
#include <unistd.h>
#include <sys/stat.h>
#include <fcntl.h>