Changeset 6262b5c in buchla-68k for libcio/filesys.c


Ignore:
Timestamp:
07/10/2017 12:02:05 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
39a696b
Parents:
5fa506d
Message:

Added include files for global functions and variables.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcio/filesys.c

    r5fa506d r6262b5c  
    1414#define _FS_DEF_        /* to avoid unnecessary externals */
    1515
    16 #include "stddefs.h"
    17 #include "biosdefs.h"
    18 #include "errno.h"
    19 #include "memory.h"
    20 #include "io.h"
    21 #include "fcntl.h"
     16#include "all.h"
    2217
    2318#define FAT_EOF         0x0FF8
     
    11921187        return(SUCCESS);
    11931188}
     1189
Note: See TracChangeset for help on using the changeset viewer.