summaryrefslogtreecommitdiff
path: root/dbm/include/mcom_db.h
diff options
context:
space:
mode:
Diffstat (limited to 'dbm/include/mcom_db.h')
-rw-r--r--dbm/include/mcom_db.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbm/include/mcom_db.h b/dbm/include/mcom_db.h
index af4e0f9e2..b5fa54fbf 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 "os2file.h" includes dirent.h */
#endif
#define EFTYPE EINVAL /* POSIX 1003.1 format errno. */
@@ -200,7 +200,7 @@ XP_END_PROTOS
#endif /* MACINTOSH */
#if defined(XP_OS2)
-#include <xp_mcom.h>
+/* #include <xp_mcom.h> */
XP_BEGIN_PROTOS
int mkstemp(char *path);
XP_END_PROTOS