X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fcompat%2Fpath.h;h=5584e1b64af5781b3fcdbb6022c417f9ad2febe7;hp=f4ac6bfef2c8af417a97d34314a7af21de725305;hb=2c5426c3d8070813f8eead7719aa7387ba6e188e;hpb=ab5be9fa2eb5ba9600a82cd18fd3cfcbac69169a diff --git a/src/common/compat/path.h b/src/common/compat/path.h index f4ac6bfef..5584e1b64 100644 --- a/src/common/compat/path.h +++ b/src/common/compat/path.h @@ -5,9 +5,14 @@ * */ +#ifndef _COMPAT_PATH_H +#define _COMPAT_PATH_H + /* Build platform's preferred path separator. */ #if defined(_WIN32) || defined(__CYGWIN__) #define LTTNG_PATH_SEPARATOR '\\' #else #define LTTNG_PATH_SEPARATOR '/' #endif + +#endif /* _COMPAT_PATH_H */