summaryrefslogtreecommitdiffstats
path: root/feed/sse_lex_c.l
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-11-23 15:46:36 +0000
committerLennart Poettering <lennart@poettering.net>2005-11-23 15:46:36 +0000
commit9d4bf2aa7cd514bb2953de4caad65adc615469c6 (patch)
tree8813a41533d8e59385223adcd3fd6430950f224f /feed/sse_lex_c.l
parentb77ca582eb4ec5df34cc81b9b5187a1cebb13532 (diff)
* add a bunch of new licenses
* add mising include to lexer * fix compilation git-svn-id: file:///home/lennart/svn/public/sse/trunk@41 5fbabb74-0606-0410-a5e4-b5cc6a42724e
Diffstat (limited to 'feed/sse_lex_c.l')
-rw-r--r--feed/sse_lex_c.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/feed/sse_lex_c.l b/feed/sse_lex_c.l
index 4674b73..e9c2f8e 100644
--- a/feed/sse_lex_c.l
+++ b/feed/sse_lex_c.l
@@ -3,6 +3,7 @@
%{
#include <stdio.h>
+#include <ctype.h>
static void print_with_subwords(const char *w) {
const char *e;