zf8848 / libjingle

Automatically exported from code.google.com/p/libjingle
0 stars 0 forks source link

Missing includes for gcc 4.4 #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Compiling libjingle as part of chromium using gcc 4.4 fails.

stdio.h is needed for fopen and snprintf.

See attached patch. I'm gonna add this to the local copy of jingle in 
chromium.

Thanks!

Original issue reported on code.google.com by craig.schlenter@chromium.org on 29 Oct 2009 at 7:04

Attachments:

GoogleCodeExporter commented 9 years ago
I believe Chromium already includes libjingle as part of its standard build, so 
you should be able to use that.

Original comment by pthatc...@google.com on 3 Nov 2010 at 7:35