--- a/src/SDL_error_c.h Sun Jul 18 19:46:38 2004 +0000
+++ b/src/SDL_error_c.h Sun Jul 18 22:57:40 2004 +0000
@@ -35,7 +35,7 @@
#define ERR_MAX_STRLEN 128
#define ERR_MAX_ARGS 5
-typedef struct {
+typedef struct SDL_error {
/* This is a numeric value corresponding to the current error */
int error;