aboutsummaryrefslogtreecommitdiff
path: root/gcc/dbxout.c
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>1996-01-22 04:34:18 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>1996-01-22 04:34:18 +0000
commit753eae35b534442bb2a20be7d7771b298055da6d (patch)
tree91a38353fe18cf8f03ef8f6bfd22a71c577a0545 /gcc/dbxout.c
parent003846d14c9b5f5101ecccd533aa5139c0c14ae4 (diff)
downloadgcc-753eae35b534442bb2a20be7d7771b298055da6d.zip
gcc-753eae35b534442bb2a20be7d7771b298055da6d.tar.gz
gcc-753eae35b534442bb2a20be7d7771b298055da6d.tar.bz2
Include <string.h>
From-SVN: r11078
Diffstat (limited to 'gcc/dbxout.c')
-rw-r--r--gcc/dbxout.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/dbxout.c b/gcc/dbxout.c
index 4dea256..3fb0717 100644
--- a/gcc/dbxout.c
+++ b/gcc/dbxout.c
@@ -70,6 +70,7 @@ Boston, MA 02111-1307, USA. */
/* Include these first, because they may define MIN and MAX. */
#include <stdio.h>
#include <errno.h>
+#include <string.h>
#include "config.h"
#include "tree.h"