summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorakkana%netscape.com <devnull@localhost>1999-03-09 00:24:14 +0000
committerakkana%netscape.com <devnull@localhost>1999-03-09 00:24:14 +0000
commit44a0c92072d33f4088ee68a7e648cd01c273dccb (patch)
tree1de969b7599e818f98a3f900af8e4b9e0520a846
parent83a95fe1101c6c06c982e19a310b9055b319d32a (diff)
downloadnss-hg-44a0c92072d33f4088ee68a7e648cd01c273dccb.tar.gz
Changes to fix the Irix N32/egcs build; thanks to Jason Heirtzler <jasonh@cthulhu.engr.sgi.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 b5744d531..b83a1aadf 100644
--- a/dbm/include/mcom_db.h
+++ b/dbm/include/mcom_db.h
@@ -56,6 +56,8 @@
#ifndef HAVE_SYS_CDEFS_H
#include "cdefs.h"
+#else
+#include <cdefs.h>
#endif
#include "prtypes.h"