Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Added missing include for stdio
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Dec 24, 2009
1 parent 933bcb9 commit 8ad759e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 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
Expand Down

0 comments on commit 8ad759e

Please sign in to comment.