aboutsummaryrefslogtreecommitdiff
path: root/gcc/cccp.c
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1997-12-07 05:21:05 +0000
committerJeff Law <law@gcc.gnu.org>1997-12-06 22:21:05 -0700
commit16169366274f7a28a78f0a5f09481b47537ee529 (patch)
treee9467194714918c59468f05a6f9cfff56161cb09 /gcc/cccp.c
parent956d69504d77d301015532d2f0564213f0efc706 (diff)
downloadgcc-16169366274f7a28a78f0a5f09481b47537ee529.zip
gcc-16169366274f7a28a78f0a5f09481b47537ee529.tar.gz
gcc-16169366274f7a28a78f0a5f09481b47537ee529.tar.bz2
* cccp.c: Fix typo brought over in merge.
From-SVN: r16989
Diffstat (limited to 'gcc/cccp.c')
-rw-r--r--gcc/cccp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cccp.c b/gcc/cccp.c
index 5e85fcd..bf57c68 100644
--- a/gcc/cccp.c
+++ b/gcc/cccp.c
@@ -62,7 +62,7 @@ Boston, MA 02111-1307, USA. */
# include <string.h>
#else
# ifdef HAVE_STRINGS_H
-# inclued <strings.h>
+# include <strings.h>
#endif
#endif