mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-25 21:02:21 +00:00
Perform a warnings sweep on hw/kdrive. A number of these were my fault, but
some come from others.
This commit is contained in:
parent
e11e60b361
commit
75065f3a54
21 changed files with 108 additions and 101 deletions
|
|
@ -29,11 +29,11 @@
|
|||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h> /* for memset */
|
||||
#include <time.h>
|
||||
|
||||
#include <sys/ipc.h>
|
||||
#include <sys/shm.h>
|
||||
#include <sys/time.h>
|
||||
#include <time.h>
|
||||
|
||||
#include <X11/Xlib.h>
|
||||
#include <X11/Xutil.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue