home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1996 May / PCOnline_05_1996.bin / linux / source / x / x11r6-ch / xfm-1.3 < prev    next >
Text File  |  1995-10-10  |  252b  |  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.