diff options
author | Eric Anholt <eric@anholt.net> | 2008-05-15 13:24:27 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2008-05-15 13:24:27 -0700 |
commit | 7cabf81c8638739a15a1be6baa3fc569f38e7589 (patch) | |
tree | dcf58f987aa5c34dd892d8252a602627042311d3 /os/xdmcp.c | |
parent | 07f69023b0e75d98a4be8f0d1c3dd9391b8149a0 (diff) |
Add necessary include for COMPILEDDISPLAYCLASS.
Fixes build after 07f69023b0e75d98a4be8f0d1c3dd9391b8149a0.
Diffstat (limited to 'os/xdmcp.c')
-rw-r--r-- | os/xdmcp.c | 1 |
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> |