fix compile regression on some platforms after removing sys/types.h include

Tue, 29 Oct 2024 16:01:10 +0100

author
Mike Becker <universe@uap-core.de>
date
Tue, 29 Oct 2024 16:01:10 +0100
changeset 948
036b431e70ee
parent 947
2a47b4a5c216
child 949
c2ba65ea8d31

fix compile regression on some platforms after removing sys/types.h include

src/cx/buffer.h file | annotate | diff | comparison | revisions
--- a/src/cx/buffer.h	Wed Oct 23 19:33:36 2024 +0200
+++ b/src/cx/buffer.h	Tue Oct 29 16:01:10 2024 +0100
@@ -49,6 +49,8 @@
 #include "common.h"
 #include "allocator.h"
 
+#include <sys/types.h>
+
 #ifdef    __cplusplus
 extern "C" {
 #endif

mercurial