home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / forut062.zip / ForUtil-0.62 / lib / notes.os2 < prev    next >
Text File  |  1997-01-23  |  192b  |  14 lines

  1. To avoid complaints use:
  2.  
  3. #include <sys/types.h>
  4. #include <sys/stat.h>
  5.  
  6. instead of 
  7.  
  8. #include <sys/stat.h>
  9. #include <sys/types.h>
  10.  
  11.  
  12. in commons/lib_commons.h
  13. and lib/environment.c
  14.