Commit 3f85bedd authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

Fix compatibility problem with older HPUX

parent 6bef814e
......@@ -73,7 +73,7 @@
#define QUERY_REAP_FLAG 2
#ifndef HAVE_SETENV
static int setenv(const char *name, const char *value, int overwrite)
static int setenv(const char *name, const char *value, int overwrite);
#endif
enum {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment