1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-06 10:13:13 +02:00

Fixed a compile bug regarding TRE

This commit is contained in:
codemastr
2004-01-07 00:28:46 +00:00
parent 3dd67bf248
commit 759be00efe
6 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
#include <stdlib.h>
#include <string.h>
#include "../extras/regexp/include/tre/regex.h"
#include "tre/regex.h"
#define MAX_MATCH 1
#define MAX_WORDLEN 64
+1 -1
View File
@@ -61,7 +61,7 @@
#include "zip.h"
#endif
#include "auth.h"
#include "../extras/regexp/include/tre/regex.h"
#include "tre/regex.h"
extern int sendanyways;