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-rpg/openglad/files/openglad-0.98-gcc43.patch

12 lines
201 B

--- src/parser.cpp
+++ src/parser.cpp
@@ -23,6 +23,8 @@
#include <iostream>
#include <fstream>
#include <string>
+#include <cstring>
+#include <cstdlib>
#include "parser.h"
using namespace std;