summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorakkana%netscape.com <devnull@localhost>1998-11-17 02:09:12 +0000
committerakkana%netscape.com <devnull@localhost>1998-11-17 02:09:12 +0000
commit52c65efeb0c10844d3b2c784beadcaaf5a202349 (patch)
tree01ff8c28de646d4668ece35bda35fd533d830023
parentde67b6fecf59ee52fe149076dcc208ae982f0824 (diff)
downloadnss-hg-52c65efeb0c10844d3b2c784beadcaaf5a202349.tar.gz
An include was missing, breaking the Irix build
-rw-r--r--dbm/include/mcom_db.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbm/include/mcom_db.h b/dbm/include/mcom_db.h
index 7fd944377..0a28e2345 100644
--- a/dbm/include/mcom_db.h
+++ b/dbm/include/mcom_db.h
@@ -36,6 +36,7 @@
#ifndef _DB_H_
#define _DB_H_
+#include "cdefs.h"
#include "prtypes.h"
#ifdef __sgi