summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormkaply%us.ibm.com <devnull@localhost>2000-07-10 20:38:41 +0000
committermkaply%us.ibm.com <devnull@localhost>2000-07-10 20:38:41 +0000
commit812ded22d397b76e6fbe06265ac9e706342f7347 (patch)
treecd8a9cb465d7f518c5656b384b157d294d9495ce
parent0ea52308f436504866457b5c97ddd7d4b7ca319b (diff)
downloadnss-hg-812ded22d397b76e6fbe06265ac9e706342f7347.tar.gz
Tinderbox break - change OS/2 only code - third time is a charm
-rw-r--r--dbm/include/mcom_db.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbm/include/mcom_db.h b/dbm/include/mcom_db.h
index 187c24913..5b7098e68 100644
--- a/dbm/include/mcom_db.h
+++ b/dbm/include/mcom_db.h
@@ -156,7 +156,7 @@
#ifndef XP_OS2
#define MAXPATHLEN 1024
#else
-/* #include "os2file.h" includes dirent.h */
+#include <dirent.h>
#endif
#define EFTYPE EINVAL /* POSIX 1003.1 format errno. */