* configure.in: Check for setpgid function.
[deliverable/binutils-gdb.git] / gdb / c-exp.y
index 3c7c690b3efac2912ff37ce0c2080ef2ff71b990..03691ef709459ef692843bc67b4bfdca17fccb64 100644 (file)
@@ -38,7 +38,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 %{
 
 #include "defs.h"
-#include <string.h>
+#include "gdb_string.h"
+#include <ctype.h>
 #include "expression.h"
 #include "value.h"
 #include "parser-defs.h"
This page took 0.022984 seconds and 4 git commands to generate.