diff options
author | Bruce Momjian | 1999-07-09 17:40:31 +0000 |
---|---|---|
committer | Bruce Momjian | 1999-07-09 17:40:31 +0000 |
commit | 103cf75651cea270d1e00dfd960a7f218fc5e8c4 (patch) | |
tree | 3b08693dcc5a4627ca3b15866da93fb63678262e /src/interfaces/odbc/gpps.c | |
parent | cd5dfb65a9318e2e64feb9b39540f5f4a8c27da7 (diff) |
Re-apply range check patch after fixing LIMIT_H test and defines.
Diffstat (limited to 'src/interfaces/odbc/gpps.c')
-rw-r--r-- | src/interfaces/odbc/gpps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/odbc/gpps.c b/src/interfaces/odbc/gpps.c index 38a2e49928b..8d2796673ca 100644 --- a/src/interfaces/odbc/gpps.c +++ b/src/interfaces/odbc/gpps.c @@ -36,7 +36,7 @@ #define FALSE ((BOOL)0) #endif -#if HAVE_PARAM_H +#if HAVE_SYS_PARAM_H #include <sys/param.h> #else #define MAXPATHLEN 255 |