summaryrefslogtreecommitdiff
path: root/src/users.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-23 12:57:50 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-23 12:57:50 +0000
commit4527ffe3cd361179be2c7e71fc618075cc950ee2 (patch)
treea2c71eb9c86667af3b6ee57ddb96ee170022f022 /src/users.cpp
parent0dbb612a36296bff93db35abec4e87dc9bba1795 (diff)
Made a var extern that blocks up the RC1 cygwin build
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2648 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/users.cpp')
-rw-r--r--src/users.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/users.cpp b/src/users.cpp
index 07caefed3..9abd2df35 100644
--- a/src/users.cpp
+++ b/src/users.cpp
@@ -49,7 +49,7 @@ extern userrec* fd_ref_table[65536];
extern ServerConfig *Config;
extern user_hash clientlist;
extern whowas_hash whowas;
-std::vector<userrec*> local_users;
+extern std::vector<userrec*> local_users;
std::vector<userrec*> all_opers;