diff options
Diffstat (limited to 'src/theatre_module.c')
-rw-r--r-- | src/theatre_module.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/theatre_module.c b/src/theatre_module.c index dd1c9afb..015ce2ba 100644 --- a/src/theatre_module.c +++ b/src/theatre_module.c @@ -18,7 +18,11 @@ static XF86ModuleVersionInfo theatreVersRec = {0,0,0,0} }; -XF86ModuleData theatreModuleData = { &theatreVersRec, theatreSetup, NULL }; +_X_EXPORT XF86ModuleData theatreModuleData = { + &theatreVersRec, + theatreSetup, + NULL +}; static pointer theatreSetup(pointer module, pointer opts, int *errmaj, int *errmin) { |