summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2008-05-15 13:24:27 -0700
committerEric Anholt <eric@anholt.net>2008-05-15 13:24:27 -0700
commit7cabf81c8638739a15a1be6baa3fc569f38e7589 (patch)
treedcf58f987aa5c34dd892d8252a602627042311d3
parent07f69023b0e75d98a4be8f0d1c3dd9391b8149a0 (diff)
Add necessary include for COMPILEDDISPLAYCLASS.
-rw-r--r--os/xdmcp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/os/xdmcp.c b/os/xdmcp.c
index 40c50540e..d896c8ba3 100644
--- a/os/xdmcp.c
+++ b/os/xdmcp.c
@@ -44,6 +44,7 @@
#include "input.h"
#include "dixstruct.h"
#include "opaque.h"
+#include "site.h"
#if defined(DGUX)
#include <net/net_ioctl.h>