diff options
Diffstat (limited to 'audio/beast/files/patch-birnet_birnetcdefs.h')
-rw-r--r-- | audio/beast/files/patch-birnet_birnetcdefs.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/audio/beast/files/patch-birnet_birnetcdefs.h b/audio/beast/files/patch-birnet_birnetcdefs.h new file mode 100644 index 000000000000..1e5b8afd6b65 --- /dev/null +++ b/audio/beast/files/patch-birnet_birnetcdefs.h @@ -0,0 +1,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 --- */ |