Changeset 1297


Ignore:
Timestamp:
Mar 15, 2004, 4:22:27 PM (21 years ago)
Author:
bird
Message:

Missing errno.h too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/lib/io/ftell.c

    • Property cvs2svn:cvs-rev changed from 1.5 to 1.6
    r1296 r1297  
    99#include <io.h>
    1010#include <fcntl.h>
     11#include <limits.h>
     12#include <errno.h>
    1113#include <emx/io.h>
    12 #include <limits.h>
    1314
    1415off_t _ftell_nolock (FILE *stream)
Note: See TracChangeset for help on using the changeset viewer.