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:
Enrico Weigelt, metux IT consult
2025-07-25 13:44:57 +02:00
parent 31c75dd68b
commit 296e7cb842

View File

@@ -22,6 +22,7 @@
#include <dix-config.h>
#include <assert.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>