diff options
author | Jeffrey A Law <law@cygnus.com> | 1997-12-07 05:21:05 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1997-12-06 22:21:05 -0700 |
commit | 16169366274f7a28a78f0a5f09481b47537ee529 (patch) | |
tree | e9467194714918c59468f05a6f9cfff56161cb09 /gcc/cccp.c | |
parent | 956d69504d77d301015532d2f0564213f0efc706 (diff) | |
download | gcc-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |