X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=liblttng-ust%2Fcompat.h;fp=liblttng-ust%2Fcompat.h;h=004e60ace8d86771652405c2076f555969bd12d8;hb=e5757a9047b04cb2fb94d9dfdf7153e963eafa95;hp=37480671052edcb872c58345958b7c543c2ddea4;hpb=7705281be801c16b35349f9ab17f67419cac1c34;p=lttng-ust.git diff --git a/liblttng-ust/compat.h b/liblttng-ust/compat.h index 37480671..004e60ac 100644 --- a/liblttng-ust/compat.h +++ b/liblttng-ust/compat.h @@ -55,4 +55,10 @@ void lttng_ust_getprocname(char *name) #endif +#include + +#ifndef ENODATA +#define ENODATA ENOMSG +#endif + #endif /* _UST_COMPAT_H */