diff options
author | Karl Berry <karl@freefriends.org> | 2011-04-30 00:31:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-04-30 00:31:16 +0000 |
commit | fe9309db94641bddb497a1045262cc6120f07dba (patch) | |
tree | 5b1ce8a9b547f3f935c8f2021733f3b94c4ac666 /Build/source/texk/kpathsea/getopt.c | |
parent | 01b5139051843a303078195fce712ed988c98bab (diff) |
sync with other copies
git-svn-id: svn://tug.org/texlive/trunk@22258 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/getopt.c')
-rw-r--r-- | Build/source/texk/kpathsea/getopt.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/getopt.c b/Build/source/texk/kpathsea/getopt.c index e8236a71b92..ad5a66bc180 100644 --- a/Build/source/texk/kpathsea/getopt.c +++ b/Build/source/texk/kpathsea/getopt.c @@ -32,6 +32,9 @@ #ifdef HAVE_CONFIG_H #include <config.h> #endif +#ifdef HAVE_STRING_H +#include <string.h> +#endif #include <stdio.h> |