summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/xetexdir/jpegimage.c
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-05-06 15:51:16 +0000
committerKarl Berry <karl@freefriends.org>2009-05-06 15:51:16 +0000
commit6d844cfb3a7c43da7f8c0f10a1db0fb15a34485b (patch)
treeef63ac95e2e1326f98beda467be49766cebcad0c /Build/source/texk/web2c/xetexdir/jpegimage.c
parent8a45832a96d8562f82aa5da25278261e34bdf056 (diff)
include std headers
git-svn-id: svn://tug.org/texlive/trunk@12953 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/xetexdir/jpegimage.c')
-rw-r--r--Build/source/texk/web2c/xetexdir/jpegimage.c5
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 */