diff options
Diffstat (limited to 'ace/config-lynxos.h')
-rw-r--r-- | ace/config-lynxos.h | 5 |
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 */ |