diff options
author | nyamatongwe <devnull@localhost> | 2009-03-04 09:28:43 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2009-03-04 09:28:43 +0000 |
commit | d3041d2be976daa62c6087bba24efb4a742daf1d (patch) | |
tree | 0cf7951fe00d145c930517c3d9b2e414561f6d18 | |
parent | bc82d87e103c4ea5381ffd4cb09eacfc4c2fe836 (diff) | |
download | scintilla-mirror-d3041d2be976daa62c6087bba24efb4a742daf1d.tar.gz |
Put header back in.
-rw-r--r-- | src/LexNimrod.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LexNimrod.cxx b/src/LexNimrod.cxx index fc8d05f0b..90c24897b 100644 --- a/src/LexNimrod.cxx +++ b/src/LexNimrod.cxx @@ -9,7 +9,7 @@ #include <stdlib.h> #include <string.h> -//#include <ctype.h> +#include <ctype.h> #include <stdio.h> #include <stdarg.h> |