summaryrefslogtreecommitdiff
path: root/src/theatre200_module.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/theatre200_module.c')
-rw-r--r--src/theatre200_module.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/theatre200_module.c b/src/theatre200_module.c
index 369fbb09..decc2da8 100644
--- a/src/theatre200_module.c
+++ b/src/theatre200_module.c
@@ -18,7 +18,11 @@ static XF86ModuleVersionInfo theatre200VersRec =
{0,0,0,0}
};
-XF86ModuleData theatre200ModuleData = { &theatre200VersRec, theatre200Setup, NULL };
+_X_EXPORT XF86ModuleData theatre200ModuleData = {
+ &theatre200VersRec,
+ theatre200Setup,
+ NULL
+};
static pointer
theatre200Setup(pointer module, pointer opts, int *errmaj, int *errmin) {