You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-arcade/tomatoes/files/tomatoes-1.55-gcc43.patch

15 lines
282 B

--- a/src/config.cpp
+++ b/src/config.cpp
@@ -27,8 +27,9 @@
*************************************************************************/
-#include <stdio.h>
-#include <stdlib.h>
+#include <cstring>
+#include <cstdio>
+#include <cstdlib>
#include "config.h"
#include "init.h"