X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=liblttng-ust%2Fcompat.h;h=004e60ace8d86771652405c2076f555969bd12d8;hb=a2adb105d815cfbcf9bf8f870f2f72f79a319138;hp=37480671052edcb872c58345958b7c543c2ddea4;hpb=dbafbbf5527d2e291b216216fd2c5b7dc4df66ed;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 */