diff options
author | nyamatongwe <unknown> | 2009-03-04 09:28:43 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2009-03-04 09:28:43 +0000 |
commit | 4326f25df6ae58b6bc759cb935820a1c14cb7f04 (patch) | |
tree | 0cf7951fe00d145c930517c3d9b2e414561f6d18 | |
parent | 2ec9b7b007f9b210ed936b646815a162e3020eea (diff) | |
download | scintilla-mirror-4326f25df6ae58b6bc759cb935820a1c14cb7f04.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> |