summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcls%seawood.org <devnull@localhost>1998-10-28 03:43:53 +0000
committercls%seawood.org <devnull@localhost>1998-10-28 03:43:53 +0000
commit53bb11d9608b8aca8969ae3cee7ea5baf4caf4e4 (patch)
treea4b2bfba22f2318e77c6e951438bc03dc22ff937
parentdbed9fe6a86404cb0e58e9464af8ffd5d5840642 (diff)
downloadnss-hg-53bb11d9608b8aca8969ae3cee7ea5baf4caf4e4.tar.gz
Added ifndef HAVE_SYS_CDEFS_H around cdefs.h include. Approved by terry@netscape.com
-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 d20dd5b97..0cc3fcc55 100644
--- a/dbm/include/mcom_db.h
+++ b/dbm/include/mcom_db.h
@@ -179,7 +179,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>