diff options
Diffstat (limited to 'src/OS/os.h-USG')
-rw-r--r-- | src/OS/os.h-USG | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/OS/os.h-USG b/src/OS/os.h-USG index 1c780ee64..e76922067 100644 --- a/src/OS/os.h-USG +++ b/src/OS/os.h-USG @@ -13,4 +13,7 @@ #define _SVID3 #define NEED_H_ERRNO +/* default is non-const */ +#define ICONV_ARG2_TYPE const char ** + /* End */ |