X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fxalloc.h;fp=src%2Fxalloc.h;h=e08e66f7ad3a9f89a8fe588b92fd6d9aaf3caa12;hb=9415f4b08fb2ca9ae933edd0bf8b096db195ebae;hp=4c3e741a929a32602ba086c6262e138f7c8d6f16;hpb=a230bea6a2fc33876ff46478449e466a6407c09d;p=meshlink diff --git a/src/xalloc.h b/src/xalloc.h index 4c3e741a..e08e66f7 100644 --- a/src/xalloc.h +++ b/src/xalloc.h @@ -17,8 +17,8 @@ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef __TINC_XALLOC_H__ -#define __TINC_XALLOC_H__ +#ifndef __MESHLINK_XALLOC_H__ +#define __MESHLINK_XALLOC_H__ static inline void *xmalloc(size_t n) __attribute__ ((__malloc__)); static inline void *xmalloc(size_t n) {