summaryrefslogtreecommitdiff
path: root/ace/config-lynxos.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-lynxos.h')
-rw-r--r--ace/config-lynxos.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ace/config-lynxos.h b/ace/config-lynxos.h
index 9380ce49417..05261208ebb 100644
--- a/ace/config-lynxos.h
+++ b/ace/config-lynxos.h
@@ -193,6 +193,9 @@
#define ACE_PAGE_SIZE 4096
extern "C"
-int getopt(int, char *const *, const char *);
+{
+ int getopt (int, char *const *, const char *);
+ int putenv (const char *);
+}
#endif /* ACE_CONFIG_H */