diff options
Diffstat (limited to 'src/alp_driver.c')
-rw-r--r-- | src/alp_driver.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/alp_driver.c b/src/alp_driver.c index d2f9692..6af6b69 100644 --- a/src/alp_driver.c +++ b/src/alp_driver.c @@ -250,7 +250,11 @@ static XF86ModuleVersionInfo alpVersRec = * This is the module init data. * Its name has to be the driver name followed by ModuleData. */ -XF86ModuleData cirrus_alpineModuleData = { &alpVersRec, alpSetup, NULL }; +_X_EXPORT XF86ModuleData cirrus_alpineModuleData = { + &alpVersRec, + alpSetup, + NULL +}; static pointer alpSetup(pointer module, pointer opts, int *errmaj, int *errmin) |