mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
os: ospoll: add missing include of <assert.h>
We're using assert() here, so need to include <assert.h> Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
cbd5a06c81
commit
c4ebb312d0
@@ -22,6 +22,7 @@
|
||||
|
||||
#include <dix-config.h>
|
||||
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
||||
Reference in New Issue
Block a user