summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Bursi <starshipeleven@outlook.com>2016-04-28 13:14:41 +0200
committerConnor Behan <connor.behan@gmail.com>2016-04-28 15:12:47 -0400
commit754628ddefbf800d5b9122188070bf11aa71f126 (patch)
tree1620ae7fe9563e9363cf6da6aedba419a5bf72b9
parentbd94c475035739b42294477cff108e0c5f15ef67 (diff)
Fixed "Module xgi does not have a xgiModuleData"
Fixes https://bugs.freedesktop.org/show_bug.cgi?id=95181 Reviewed-by: Connor Behan <connor.behan@gmail.com>
-rw-r--r--src/xgi_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xgi_driver.c b/src/xgi_driver.c
index e76f5e2..15bda22 100644
--- a/src/xgi_driver.c
+++ b/src/xgi_driver.c
@@ -247,7 +247,7 @@ static XF86ModuleVersionInfo xgiVersRec = {
{0, 0, 0, 0}
};
-XF86ModuleData xgiModuleData = { &xgiVersRec, xgiSetup, NULL };
+_X_EXPORT XF86ModuleData xgiModuleData = { &xgiVersRec, xgiSetup, NULL };
/*** static string ***/
#ifdef XGIMERGED