IPv6 support (hopefully with fewer future transition pains)
[ircu2.10.12-pk.git] / ircd / ircd_lexer.l
index c8943b4e81255df00ee4160d645a8d16407ae052..458e571cdd867cd1a4052c7725514d3524e2e7f0 100644 (file)
@@ -23,6 +23,7 @@
 %{
 #include <unistd.h>
 #include <stdio.h>
+#include <stdlib.h>
 #include "config.h"
 #include "ircd.h"
 #include "ircd_string.h"
@@ -42,6 +43,7 @@ static struct lexer_token {
   TOKEN(CONTACT),
   TOKEN(CLASS),
   TOKEN(PINGFREQ),
+  TOKEN(CONNECT),
   TOKEN(CONNECTFREQ),
   TOKEN(MAXLINKS),
   TOKEN(SENDQ),