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