raman325 / ostinato

Automatically exported from code.google.com/p/ostinato
GNU General Public License v3.0
0 stars 0 forks source link

missing include in icmp.h #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
While compiling from sources (linux platform), an error is raised:
icmp.cpp:218: erreur: ‘printf’ was not declared in this scope
adding '#include "stdio.h"' to icmp.h solves the problem.
More a simple forget than a real bug, but prefered to submit it though.

Original issue reported on code.google.com by mattoufo...@gmail.com on 16 Apr 2010 at 1:42

GoogleCodeExporter commented 9 years ago
Issue reported by Abdel on the mailing list 
(http://groups.google.com/group/ostinato) 

Fixed in rev 6870605148. Please pull from repo.

Please continue to report any problems that you face

Original comment by pstav...@gmail.com on 16 Apr 2010 at 3:55