[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#462203: Patch to fix the FTBFS with GCC 4.3



tags 462203 + patch
thanks

Please find attached a simple patch to fix the FTBFS with gcc 4.3.

HTH.

Kumar
-- 
Kumar Appaiah,
458, Jamuna Hostel,
Indian Institute of Technology Madras,
Chennai - 600 036
--- briquolo-0.5.6.orig/src/MOGL/MOGL_EnsembleObjet.cpp
+++ briquolo-0.5.6/src/MOGL/MOGL_EnsembleObjet.cpp
@@ -23,7 +23,8 @@
 #include "MOGL_Armature.h"
 #include "MOGL_Peau.h"
 //#include 
-#include <stdio.h>
+#include <cstdio>
+#include <cstring>
 
 //#include <mmsystem.h>
 

Attachment: signature.asc
Description: Digital signature


Reply to: