home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / X / X11R6-CH / XFM-1.3 < prev    next >
Encoding:
Text File  |  1995-04-20  |  252 b   |  14 lines

  1. --- xfm/Fm.h.orig    Sun Oct  9 19:47:25 1994
  2. +++ xfm/Fm.h    Sun Oct  9 19:53:57 1994
  3. @@ -19,6 +19,10 @@
  4.  #include <sys/param.h>
  5.  #include <unistd.h>
  6.  
  7. +#ifdef linux
  8. +#include <alloca.h>
  9. +#endif
  10. +
  11.  #ifdef SYSV
  12.  #define getwd(s) getcwd(s,MAXPATHLEN)
  13.  #endif
  14.