blob: 1e5b8afd6b65a00c7b2e6f521381bb68c7c18dbe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- birnet/birnetcdefs.h.orig 2008-02-26 23:16:19.000000000 +0100
+++ birnet/birnetcdefs.h 2008-02-26 23:16:44.000000000 +0100
@@ -24,6 +24,13 @@
#include <sys/types.h> /* uint, ssize */
#include <birnet/birnetconfig.h>
+/*
+ * Dirty hack... no idea why it's needed
+ */
+#ifndef uint
+# define uint unsigned int
+#endif
+
BIRNET_EXTERN_C_BEGIN();
/* --- standard macros --- */
|