Commit 753eae35 by Ian Lance Taylor

Include <string.h>

From-SVN: r11078
parent 003846d1
...@@ -70,6 +70,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -70,6 +70,7 @@ Boston, MA 02111-1307, USA. */
/* Include these first, because they may define MIN and MAX. */ /* Include these first, because they may define MIN and MAX. */
#include <stdio.h> #include <stdio.h>
#include <errno.h> #include <errno.h>
#include <string.h>
#include "config.h" #include "config.h"
#include "tree.h" #include "tree.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment