improve exception feedback a bit
[supertux.git] / src / high_scores.h
index 1b5fe56..76d6739 100644 (file)
@@ -21,7 +21,7 @@
 #ifndef SUPERTUX_HIGH_SCORES_H
 #define SUPERTUX_HIGH_SCORES_H
 
-#include <stdio.h>
+#include <cstdio>
 
 extern int hs_score;
 extern std::string hs_name; /* highscores global variables*/