Merge pull request #5889 from goshhhy/master

Fix building on Haiku
This commit is contained in:
Miran Grča
2025-08-05 21:00:29 +02:00
committed by GitHub

View File

@@ -25,6 +25,11 @@
#include <stdarg.h>
#endif
#if defined(__HAIKU__)
/* Doesn't compile on Haiku without this include */
#include <stdlib.h>
#endif
/* Configuration values. */
#define GFXCARD_MAX 2
#define SERIAL_MAX 8