X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fstruct_client.h;h=0ffa68c11a68a0dd3f319e1df9fa236ab5fccac0;hb=4e79b9632a41b2c7d2fecb4e4514692f9cf7e7f9;hp=537b832a5abd8c3c65181c9cddb73ddcd1ad81ad;hpb=1ed333a66df41a51352e13d3bb6c481f2c6617cf;p=NextIRCd.git diff --git a/src/struct_client.h b/src/struct_client.h index 537b832..0ffa68c 100644 --- a/src/struct_client.h +++ b/src/struct_client.h @@ -17,7 +17,9 @@ #ifndef _struct_client_h #define _struct_client_h -#include "crypto_md5.h" +#include + +#include "crypt_md5.h" #include "struct_user.h" struct Connection; @@ -47,7 +49,7 @@ struct Client { unsigned int isonline : 1; unsigned int isaway : 1; - struct Client *prev, *next + struct Client *prev, *next; }; struct ClientNickChange {