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:
+1
-1
@@ -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
@@ -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;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user