don't let bin2hex call strlen
[deliverable/binutils-gdb.git] / gdb / valarith.c
index 18c14fc1f4040b1b0dc0e41fa6e11e4fb827d6a8..8e863e37473dfe7560a5ec5467a8fc067a032d21 100644 (file)
@@ -1,6 +1,6 @@
 /* Perform arithmetic and other operations on values, for GDB.
 
-   Copyright (C) 1986-2013 Free Software Foundation, Inc.
+   Copyright (C) 1986-2014 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -24,7 +24,7 @@
 #include "expression.h"
 #include "target.h"
 #include "language.h"
-#include "gdb_string.h"
+#include <string.h>
 #include "doublest.h"
 #include "dfp.h"
 #include <math.h>
This page took 0.023706 seconds and 4 git commands to generate.