summaryrefslogtreecommitdiff
path: root/rdoff/rdoff.h
diff options
context:
space:
mode:
authorKeith Kanios <spook@dynatos.net>2007-04-12 16:23:11 +0000
committerKeith Kanios <spook@dynatos.net>2007-04-12 16:23:11 +0000
commit82e15cd5b3034f8bb743538d366341da35f66f6d (patch)
tree18d4f3eca5b4908954287e3588e6fdd443088b60 /rdoff/rdoff.h
parent58421f96972a647a3dc7efb6927a9171d75ac238 (diff)
downloadnasm-82e15cd5b3034f8bb743538d366341da35f66f6d.tar.gz
nasm-82e15cd5b3034f8bb743538d366341da35f66f6d.tar.bz2
nasm-82e15cd5b3034f8bb743538d366341da35f66f6d.zip
Fixed c99 support for RDOFF Tools
Diffstat (limited to 'rdoff/rdoff.h')
-rw-r--r--rdoff/rdoff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rdoff/rdoff.h b/rdoff/rdoff.h
index 248c614..8285fce 100644
--- a/rdoff/rdoff.h
+++ b/rdoff/rdoff.h
@@ -154,7 +154,7 @@ struct CommonRec {
/* Some systems don't define this automatically */
#if !defined(strdup)
-extern int8_t *strdup(const int8_t *);
+extern char *strdup(const char *);
#endif
typedef union RDFHeaderRec {