--- a/include/SDL_events.h Thu Jan 19 21:28:52 2006 +0000
+++ b/include/SDL_events.h Fri Jan 20 13:07:25 2006 +0000
@@ -214,7 +214,7 @@
} SDL_SysWMEvent;
/* General event structure */
-typedef union {
+typedef union SDL_Event {
Uint8 type;
SDL_ActiveEvent active;
SDL_KeyboardEvent key;