X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng-share.h;h=812a0f05c1fe473878467075e14aaba73b68d5ae;hp=f61e24dbbb05c9f145ee1a14cab585e8900b755d;hb=62d3069fe1d56bf9f95f9100f21758c3d99dccf6;hpb=2e442863aa3cf0488f358461f3bfb87b2497d788 diff --git a/include/lttng-share.h b/include/lttng-share.h index f61e24dbb..812a0f05c 100644 --- a/include/lttng-share.h +++ b/include/lttng-share.h @@ -19,11 +19,14 @@ #ifndef _LTTNG_SHARE_H #define _LTTNG_SHARE_H +#include #include typedef uint32_t u32; typedef uint64_t u64; +typedef __s64 s64; + #define LTTNG_RUNDIR "/var/run/lttng" #endif /* _LTTNG_SHARE_H */