Skip to content
Snippets Groups Projects
Commit 820ac76c authored by Randy Kunkee's avatar Randy Kunkee
Browse files

Include sys/param.h on OSF4.0e to define MAXPATHLEN.

parent 6bef2984
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,9 @@
#include <ac/socket.h>
#include <ac/unistd.h>
#ifdef HAVE_SYS_PARAM_H
#include <sys/param.h>
#endif
#ifdef HAVE_DIRECT_H
#include <direct.h>
#endif
......
/* txn.c - TP support functions of the bdb2 backend */
#include "portable.h"
#ifdef HAVE_SYS_PARAM_H
#include <sys/param.h>
#endif
#include "txn.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment