mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-22 20:35:43 +00:00
Add <string.h>, <stdlib.h>, and <stdio.h> to clear undefined function
warnings after the removal of libcwrapper headers.
This commit is contained in:
parent
d6337c8324
commit
a2a5254675
5 changed files with 15 additions and 1 deletions
|
|
@ -27,6 +27,7 @@
|
|||
#include <dix-config.h>
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
#include "fb.h"
|
||||
|
||||
#define InitializeShifts(sx,dx,ls,rs) { \
|
||||
|
|
|
|||
Loading…
Reference in a new issue