Index: get_path.c =================================================================== --- get_path.c (revision 30850) +++ get_path.c (working copy) @@ -40,11 +40,10 @@ #elif defined(__CYGWIN__) #include #include -#elif defined(__OS2__) -#define INCL_DOS -#include #endif +#include "osdep/osdep.h" + char *get_path(const char *filename){ char *homedir; char *buff;