GNOME Bugzilla – Bug 505411
gdkapplaunchcontext.c: unistd.h is the environment dependencies.
Last modified: 2007-12-25 04:29:02 UTC
Please describe the problem: There is 'unistd.h' in some environments. But there may not be it. Steps to reproduce: 1.compile by Visual C++ and so on. Actual results: Some errors occur. Expected results: 'unistd.h' is not needed in gdkapplaunchcontext.c. gdkapplaunchcontext.c is able to be compiled without 'unistd.h'. Please delete '#include <unistd.h>'. Does this happen every time? all revision Other information:
Created attachment 101540 [details] [review] patch for latest gdkapplaunchcontext.c
2007-12-24 Matthias Clasen <mclasen@redhat.com> * gdk/gdkapplaunchcontext.c: Remove unneeded includes. (#505411, Kazuki IWAMOTO)