зеркало из https://github.com/mozilla/gecko-dev.git
Fix for 95128 - OS/2 build issue
This commit is contained in:
Родитель
c9f90e3265
Коммит
69af15d0f8
|
@ -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>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче