diff options
Diffstat (limited to 'emulators/mupen64-rice/files/patch-unique.h')
-rw-r--r-- | emulators/mupen64-rice/files/patch-unique.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/emulators/mupen64-rice/files/patch-unique.h b/emulators/mupen64-rice/files/patch-unique.h new file mode 100644 index 000000000000..208681ff9e2a --- /dev/null +++ b/emulators/mupen64-rice/files/patch-unique.h @@ -0,0 +1,10 @@ +--- unique.h.orig Tue Aug 26 00:25:58 2003 ++++ unique.h Fri Aug 13 21:51:55 2004 +@@ -18,6 +18,7 @@ +
+ */
+
++#include <assert.h>
+ #ifndef __UNIQUE_H__
+ #define __UNIQUE_H__
+
|