*include stdio.h in a couple files for MinGW GCC 4.4.0
[supertux.git] / src / lisp / lexer.hpp
index 5c5f2d5..f85c86e 100644 (file)
@@ -53,6 +53,7 @@ private:
   };
 
   inline void nextChar();
+  inline void addChar();
 
   std::istream& stream;
   bool eof;