freebsd-ports/science/ghemical/files/patch-gcc43
Maho Nakata b69dbd7d34 Fix build with gcc43.
Spotted by pav
2009-02-17 07:25:59 +00:00

11 lines
347 B
Text

--- src/pangofont_wcl.cpporig 2009-02-17 16:21:30.000000000 +0900
+++ src/pangofont_wcl.cpp 2009-02-17 16:20:28.000000000 +0900
@@ -21,6 +21,8 @@
#include "pangofont_wcl.h"
#include <gtk/gtkgl.h>
+#include <cstdlib>
+#include <string.h>
/*################################################################################################*/