comparison os2/dirent.c @ 528:d78f476c40f5

Fixed a typo, compat should be compat.h
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 23 Mar 2004 19:34:33 +0000
parents e0ea29c3d1eb
children 184b3aedc2ff
comparison
equal deleted inserted replaced
527:e0ea29c3d1eb 528:d78f476c40f5
3 #include <string.h> 3 #include <string.h>
4 #include <ctype.h> 4 #include <ctype.h>
5 5
6 #define INCL_DOSFILEMGR 6 #define INCL_DOSFILEMGR
7 #define INCL_DOSERRORS 7 #define INCL_DOSERRORS
8 #include "compat" 8 #include "compat.h"
9 #include <errno.h> 9 #include <errno.h>
10 10
11 # define FFBUF FILEFINDBUF3 11 # define FFBUF FILEFINDBUF3
12 # define Word ULONG 12 # define Word ULONG
13 /* 13 /*