summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcls%seawood.org <devnull@localhost>1999-01-18 19:11:16 +0000
committercls%seawood.org <devnull@localhost>1999-01-18 19:11:16 +0000
commited705db5fddad47bdc8489879bf1cbf57c7f9c32 (patch)
treea30e3eeebfa1e7c7753351b542bc70d3d1de112a
parent8d2238981ed7673f34559b3f73ff49508b99f6d9 (diff)
downloadnss-hg-ed705db5fddad47bdc8489879bf1cbf57c7f9c32.tar.gz
Don't include local cdefs.h if we have a system version.
-rw-r--r--dbm/include/mcom_db.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dbm/include/mcom_db.h b/dbm/include/mcom_db.h
index ea812df22..456d5e538 100644
--- a/dbm/include/mcom_db.h
+++ b/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