diff options
Diffstat (limited to 'src/OS/os.h-SunOS5')
-rw-r--r-- | src/OS/os.h-SunOS5 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/OS/os.h-SunOS5 b/src/OS/os.h-SunOS5 index 8bc0799d2..dd14f25c8 100644 --- a/src/OS/os.h-SunOS5 +++ b/src/OS/os.h-SunOS5 @@ -28,4 +28,7 @@ it seems. */ #define PAM_CONVERSE_ARG2_TYPE struct pam_message +/* default is non-const */ +#define ICONV_ARG2_TYPE const char ** + /* End */ |