Sfoglia il codice sorgente

Make sure we get prototypes for global DDX functions

tags/v1.4.90
Pierre Ossman 9 anni fa
parent
commit
614a121de7
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4
    0
      unix/xserver/hw/vnc/xvnc.c

+ 4
- 0
unix/xserver/hw/vnc/xvnc.c Vedi File

@@ -69,11 +69,15 @@ from the X Consortium.
#include <sys/shm.h>
#endif /* HAS_SHM */
#include "dix.h"
#include "os.h"
#include "miline.h"
#include "inputstr.h"
#ifdef RANDR
#include "randrstr.h"
#endif /* RANDR */
#ifdef DPMSExtension
#include "dpmsproc.h"
#endif
#include <X11/keysym.h>
extern char buildtime[];
#if XORG >= 17

Loading…
Annulla
Salva