--- kdevelop-2.0/kdevelop/kwrite/highlight.cpp.orig	Mon Aug 13 12:37:19 2001
+++ kdevelop-2.0/kdevelop/kwrite/highlight.cpp	Mon Aug 13 12:37:38 2001
@@ -1,3 +1,7 @@
+#if defined(_AIX) && !defined(_AIX51)
+#include <strings.h>
+#endif
+
 #include "highlight.h"
 
 #include "kwdoc.h"
--- kdevelop-2.0/kdevelop/classparser/tokenizer.l.orig	Mon Aug 13 13:34:08 2001
+++ kdevelop-2.0/kdevelop/classparser/tokenizer.l	Mon Aug 13 13:35:47 2001
@@ -23,6 +23,8 @@
   #include "tokenizer.h"
   #include "FlexLexer.h"
 
+  int yy_more_offset, yy_prev_more_offset;
+
   /** This class is a stupid trick to make it possible 
    * to access the gettext method. */
   class MyLexer : public yyFlexLexer
