mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Don't include local cdefs.h if we have a system version.
This commit is contained in:
parent
b41e9758f6
commit
d342ba3bf6
@ -36,7 +36,9 @@
|
||||
#ifndef _DB_H_
|
||||
#define _DB_H_
|
||||
|
||||
#ifndef HAVE_SYS_CDEFS_H
|
||||
#include "cdefs.h"
|
||||
#endif
|
||||
#include "prtypes.h"
|
||||
|
||||
#ifdef __sgi
|
||||
|
@ -203,7 +203,9 @@ XP_END_PROTOS
|
||||
#include <errno.h>
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_SYS_CDEFS_H
|
||||
#include "cdefs.h"
|
||||
#endif
|
||||
|
||||
#ifndef _WINDOWS /* included above to prevent spurious warnings chouck 12-Sep-95 */
|
||||
#include <limits.h>
|
||||
|
Loading…
Reference in New Issue
Block a user