diff options
Diffstat (limited to 'gcc/dbxout.c')
-rw-r--r-- | gcc/dbxout.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/dbxout.c b/gcc/dbxout.c index a1d828f..7fa9139 100644 --- a/gcc/dbxout.c +++ b/gcc/dbxout.c @@ -72,6 +72,14 @@ Boston, MA 02111-1307, USA. */ #include <stdio.h> #include <errno.h> +#ifdef HAVE_STRING_H +#include <string.h> +#else +#ifdef HAVE_STRINGS_H +#include <strings.h> +#endif +#endif + #include "tree.h" #include "rtl.h" #include "flags.h" |