diff options
author | Kevin E Martin <kem@kem.org> | 2004-07-30 04:44:13 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2004-07-30 04:44:13 +0000 |
commit | 854c1afa867ff617b47c4cde3cfd86bd26e9931a (patch) | |
tree | 186fa88148e4609f318237ff88e0005202c441bd /hw/xfree86/dri/xf86dri.c | |
parent | 71164d118c192e96eb2b0fc45514233e9563a568 (diff) |
Fix "DoLoadableServer NO" build
Diffstat (limited to 'hw/xfree86/dri/xf86dri.c')
-rw-r--r-- | hw/xfree86/dri/xf86dri.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xfree86/dri/xf86dri.c b/hw/xfree86/dri/xf86dri.c index 201cdbac5..9ce5fb342 100644 --- a/hw/xfree86/dri/xf86dri.c +++ b/hw/xfree86/dri/xf86dri.c @@ -54,6 +54,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #define _XF86DRI_SERVER_ #include "xf86dristr.h" #include "swaprep.h" +#include "xf86str.h" #include "dri.h" #include "sarea.h" #include "dristruct.h" |