diff options
Diffstat (limited to 'gdb/xm-rs6000.h')
-rw-r--r-- | gdb/xm-rs6000.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/xm-rs6000.h b/gdb/xm-rs6000.h index 7929ddf..b3731e6 100644 --- a/gdb/xm-rs6000.h +++ b/gdb/xm-rs6000.h @@ -70,3 +70,4 @@ extern void* malloc PARAMS (()); extern void* realloc PARAMS (()); extern void free PARAMS (()); +extern char *strdup(); |