GNOME Bugzilla – Bug 318211
gtkfilechooserdefault.c: unistd.h error
Last modified: 2005-10-07 16:23:39 UTC
Please describe the problem: unistd.h is included unconditionally. Steps to reproduce: 1. compile by Visual C++ Actual results: following messages are displayed. gtkfilechooserdefault.c(82) : fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory Expected results: "#include <unistd.h>" should be surrounded by "#ifdef HAVE_UNISTD_H" and "#endif". Does this happen every time? every time Other information:
2005-10-07 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserdefault.c: Remove a redundant (and unconditional) include of unistd.h (#318211, Kazuki Iwamoto)