diff --git a/src/xmpp/avatar.h b/src/xmpp/avatar.h index 142f0178..8f1415b6 100644 --- a/src/xmpp/avatar.h +++ b/src/xmpp/avatar.h @@ -33,7 +33,12 @@ * */ +#ifndef XMPP_AVATAR_H +#define XMPP_AVATAR_H + #include void avatar_pep_subscribe(void); bool avatar_get_by_nick(const char* nick); + +#endif