changeset 3601:240a7700a271

Added missing include for stdio
author Sam Lantinga <slouken@libsdl.org>
date Thu, 24 Dec 2009 21:00:42 +0000
parents e36bead37acb
children bfa8d34ce03a
files test/testnative.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/test/testnative.c	Thu Dec 24 19:18:41 2009 +0000
+++ b/test/testnative.c	Thu Dec 24 21:00:42 2009 +0000
@@ -1,5 +1,7 @@
 /* Simple program:  Create a native window and attach an SDL renderer */
 
+#include <stdio.h>
+
 #include "testnative.h"
 
 #define WINDOW_W    640