X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Finspircd.h;h=6b13a5ed85d2c9ca094cf5427b2edf80446bceb1;hb=abe0f102d7899780200b3d86557316ef71b57dab;hp=0511058a48e4788d3fa37a5882c1f76708d52c5f;hpb=71f7e47bcd7b72d7999daa9f061c8850b5a6521b;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/inspircd.h b/include/inspircd.h index 0511058a4..6b13a5ed8 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -97,6 +97,7 @@ typedef std::multimap< std::string, KeyValList > ConfigDataHash; #include "inspstring.h" #include "protocol.h" #include "threadengine.h" +#include "fakeuser.h" #ifndef PATH_MAX #warning Potentially broken system, PATH_MAX undefined @@ -407,7 +408,7 @@ class CoreExport InspIRCd : public classbase * hash and set its descriptor to FD_MAGIC_NUMBER so the data * falls into the abyss :p */ - User* FakeClient; + FakeUser* FakeClient; /** Returns the next available UID for this server. */