Skip to content

Commit

Permalink
Include re.h on 1.8.x to prevent compiler warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
msassak committed Dec 1, 2009
1 parent c2d4104 commit 4fa70f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ragel/lexer.c.rl.erb
Expand Up @@ -7,6 +7,8 @@

#ifdef HAVE_RUBY_RE_H
#include <ruby/re.h>
#else
#include <re.h>
#endif

#ifdef HAVE_RUBY_ENCODING_H
Expand Down

0 comments on commit 4fa70f0

Please sign in to comment.