aboutsummaryrefslogtreecommitdiff
path: root/gprof/sym_ids.c
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-11-01 20:24:27 +0000
committerIan Lance Taylor <ian@airs.com>1995-11-01 20:24:27 +0000
commit911d6ca12ab726dd47969596a8769539c07e231b (patch)
treecedeed158ba3899512a5277a8659628faff4fe6b /gprof/sym_ids.c
parente6729433e6ec6c89cbe28141ef7dd34d37bbf3c6 (diff)
downloadgdb-911d6ca12ab726dd47969596a8769539c07e231b.zip
gdb-911d6ca12ab726dd47969596a8769539c07e231b.tar.gz
gdb-911d6ca12ab726dd47969596a8769539c07e231b.tar.bz2
Wed Nov 1 15:23:15 1995 Manfred Hollstein KS/EF4A 60/1F/110 #40283 <manfred@lts.sel.alcatel.de>
* sym_ids.c: Include <ctype.h>.
Diffstat (limited to 'gprof/sym_ids.c')
-rw-r--r--gprof/sym_ids.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gprof/sym_ids.c b/gprof/sym_ids.c
index efee6ef..9c809b6 100644
--- a/gprof/sym_ids.c
+++ b/gprof/sym_ids.c
@@ -1,3 +1,5 @@
+#include <ctype.h>
+
#include "libiberty.h"
#include "cg_arcs.h"
#include "sym_ids.h"