GNOME Bugzilla – Bug 520877
registrybinary.c doesn't build cleanly on Windows/MSVC
Last modified: 2008-03-07 13:15:13 UTC
Please describe the problem: Lack of io.h include results in write() and close() being undefined. Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Created attachment 106728 [details] [review] io.h needs to be included for write() and close() when building with MSVC.
2008-03-07 Sebastian Dröge <slomo@circular-chaos.org> Patch by: Ole André Vadla Ravnås <ole dot andre dot ravnas at tandberg dot com> * gst/gstregistrybinary.c: Include io.h for write() and close() when building with MSVC. Fixes bug #520877.