diff options
author | Sam Lantinga <slouken@libsdl.org> | 2009-12-24 21:00:42 +0000 |
---|---|---|
committer | Sam Lantinga <slouken@libsdl.org> | 2009-12-24 21:00:42 +0000 |
commit | 1411a41ebdd129a16e29dc4ef842925ae820db79 (patch) | |
tree | 823f8758c3947abfcdbf649e5f2c99f46c48ffa8 /test/testnative.c | |
parent | 3a87e3f6451d4e9aba74f4e10c13e495c7bfc587 (diff) |
Added missing include for stdio
--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404351
Diffstat (limited to 'test/testnative.c')
-rw-r--r-- | test/testnative.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/testnative.c b/test/testnative.c index bdecfe7c..4403afb6 100644 --- a/test/testnative.c +++ b/test/testnative.c @@ -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 |