Fix for 95128 - OS/2 build issue

This commit is contained in:
jpierre%netscape.com 2001-11-22 00:18:08 +00:00
Родитель c9f90e3265
Коммит 69af15d0f8
2 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -220,8 +220,6 @@
#ifndef XP_OS2
#define MAXPATHLEN 1024
#else
#include <dirent.h>
#endif
#define EFTYPE EINVAL /* POSIX 1003.1 format errno. */

Просмотреть файл

@ -52,6 +52,10 @@ static char sccsid[] = "@(#)ndbm.c 8.4 (Berkeley) 7/21/94";
#include <linux/limits.h>
#endif
#ifdef __OS2__
#include "dirent.h"
#endif
#include <stdio.h>
#include <string.h>