From 0df6a2d9aec7c9c5ca0f4cab348bc6e4a403ffc2 Mon Sep 17 00:00:00 2001 From: "cls%seawood.org" Date: Mon, 18 Jan 1999 19:11:35 +0000 Subject: [PATCH] Don't include local cdefs.h if we have a system version. git-svn-id: svn://10.0.0.236/trunk@17961 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/dbm/include/mcom_db.h | 2 ++ mozilla/include/mcom_db.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/mozilla/dbm/include/mcom_db.h b/mozilla/dbm/include/mcom_db.h index ea812df22c5..456d5e53860 100644 --- a/mozilla/dbm/include/mcom_db.h +++ b/mozilla/dbm/include/mcom_db.h @@ -36,7 +36,9 @@ #ifndef _DB_H_ #define _DB_H_ +#ifndef HAVE_SYS_CDEFS_H #include "cdefs.h" +#endif #include "prtypes.h" #ifdef __sgi diff --git a/mozilla/include/mcom_db.h b/mozilla/include/mcom_db.h index 3b10b4e876d..7bcb4c3974d 100644 --- a/mozilla/include/mcom_db.h +++ b/mozilla/include/mcom_db.h @@ -203,7 +203,9 @@ XP_END_PROTOS #include #endif +#ifndef HAVE_SYS_CDEFS_H #include "cdefs.h" +#endif #ifndef _WINDOWS /* included above to prevent spurious warnings chouck 12-Sep-95 */ #include