diff options
Diffstat (limited to 'editors/mg/files/extra-patch-def.h')
-rw-r--r-- | editors/mg/files/extra-patch-def.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/mg/files/extra-patch-def.h b/editors/mg/files/extra-patch-def.h new file mode 100644 index 000000000000..d22292c786f1 --- /dev/null +++ b/editors/mg/files/extra-patch-def.h @@ -0,0 +1,11 @@ +--- def.h.orig 2016-09-01 15:30:59 UTC ++++ def.h +@@ -328,6 +328,8 @@ struct undo_rec { + * Prototypes. + */ + ++void *reallocarray(void*, size_t, size_t); ++ + /* tty.c X */ + void ttinit(void); + void ttreinit(void); |