diff options
Diffstat (limited to 'Build/source/texk/web2c/xetexdir/jpegimage.c')
-rw-r--r-- | Build/source/texk/web2c/xetexdir/jpegimage.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/xetexdir/jpegimage.c b/Build/source/texk/web2c/xetexdir/jpegimage.c index fafdb637c10..10d8c36a582 100644 --- a/Build/source/texk/web2c/xetexdir/jpegimage.c +++ b/Build/source/texk/web2c/xetexdir/jpegimage.c @@ -1,6 +1,6 @@ /****************************************************************************\ Part of the XeTeX typesetting system - copyright (c) 1994-2006 by SIL International + copyright (c) 1994-2009 by SIL International written by Jonathan Kew This program is free software; you can redistribute it and/or modify @@ -79,7 +79,8 @@ #include "jpegimage.h" -#include <memory.h> +#include <stdlib.h> +#include <string.h> #include "kpathsea/lib.h" /* for xmalloc/xrealloc prototypes */ |