mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-06-13 19:58:26 +02:00
add extern to struct definition
This commit is contained in:
parent
2e0a53d820
commit
0755ba0686
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
#include "xf86drm.h"
|
||||
static MODULESETUPPROTO(driSetup);
|
||||
|
||||
drmServerInfo DRIDRMServerInfo;
|
||||
extern drmServerInfo DRIDRMServerInfo;
|
||||
|
||||
static XF86ModuleVersionInfo VersRec =
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue