mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 10:14:52 +00:00
Fix missing include and signature mismatch on gentoo linux
This commit is contained in:
@@ -54,7 +54,7 @@ ddxInputThreadInit(void)
|
||||
#endif
|
||||
|
||||
void
|
||||
InitOutput(ScreenInfo * pScreenInfo, int argc, char **argv)
|
||||
InitOutput(int argc, char **argv)
|
||||
{
|
||||
if (serverGeneration == 1)
|
||||
ephyrExtensionInit();
|
||||
|
||||
@@ -32,6 +32,7 @@
|
||||
#include <X11/XF86keysym.h>
|
||||
#endif
|
||||
#include <stdio.h>
|
||||
#include <signal.h>
|
||||
#include <sys/file.h> /* needed for FNONBLOCK & FASYNC */
|
||||
|
||||
#include <X11/extensions/XI.h>
|
||||
|
||||
Reference in New Issue
Block a user