]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/lexer.l
Added size event for status bar
[wxWidgets.git] / src / common / lexer.l
index 02e95f54a94a778e83934dd487554f34a292398f..bb25277e79dc639b52b7d210924293925248a14b 100644 (file)
@@ -12,6 +12,7 @@ WORDCHAR      [^'\\]
  *               either lex and flex.
  */
 #include <string.h>
+#include <unistd.h>
 
 /* +++steve162e: added, otherwise, PROIO_input will be undefined (at least under LINUX)
              please check, if this is also TRUE under other UNIXes.