diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/krb5/ext-proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/krb5/ext-proto.h b/src/include/krb5/ext-proto.h index 4ac9baed6..120e2c1fe 100644 --- a/src/include/krb5/ext-proto.h +++ b/src/include/krb5/ext-proto.h @@ -33,4 +33,6 @@ extern char *getenv(); #include <strings.h> #endif +extern char *strdup PROTOTYPE((const char *)); + #endif /* KRB5_EXT_PROTO__ */ |
