1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Fix build with gcc43.

Spotted by pav
This commit is contained in:
Maho Nakata 2009-02-17 07:25:59 +00:00
parent 5f03a6e524
commit b69dbd7d34
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=228537

View File

@ -0,0 +1,11 @@
--- 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>
/*################################################################################################*/