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/late/files/late-0.1.0-gcc43.patch

12 lines
190 B

--- a/src/init.cpp
+++ b/src/init.cpp
@@ -26,6 +26,8 @@
#include "scorescreen.h"
#include <fstream>
#include <iostream>
+#include <cstdlib>
+#include <cstring>
using namespace std;