From e25b2ffeb608874449904f9d08a7004d2d7472a9 Mon Sep 17 00:00:00 2001 From: Brian Cameron Date: Thu, 4 May 2006 20:01:04 +0000 Subject: Fixes to better support FreeBSD. Fixes bug #340668. Patch provided by Joe 2006-05-04 Brian Cameron * configure.ac, daemon/gdmconfig.c, daemon/server.c: Fixes to better support FreeBSD. Fixes bug #340668. Patch provided by Joe Marcus Clark . --- daemon/gdmconfig.c | 1 + daemon/server.c | 1 + 2 files changed, 2 insertions(+) (limited to 'daemon') diff --git a/daemon/gdmconfig.c b/daemon/gdmconfig.c index c4589957..109d55ef 100644 --- a/daemon/gdmconfig.c +++ b/daemon/gdmconfig.c @@ -40,6 +40,7 @@ #include #include #include +#include #include #include #include diff --git a/daemon/server.c b/daemon/server.c index 4e17a6d0..75ccf9fb 100644 --- a/daemon/server.c +++ b/daemon/server.c @@ -31,6 +31,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.1