X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Flibmemcached_probes.h;h=70d69f3dba7f07800063c0f8f9aaec06f10eaa30;hb=671ca37a89bd48331316cb98c3f54ce1bca7ef88;hp=ddc9ef4793198b587f55177c34117d680974d440;hpb=55b5455291498ef63c1c34976552d58708a74732;p=m6w6%2Flibmemcached diff --git a/libmemcached/libmemcached_probes.h b/libmemcached/libmemcached_probes.h index ddc9ef47..70d69f3d 100644 --- a/libmemcached/libmemcached_probes.h +++ b/libmemcached/libmemcached_probes.h @@ -15,15 +15,15 @@ * implementation of the following macros to create your own sort of * probing :) */ -#ifndef LIBMEMCACHED_PROBES_H -#define LIBMEMCACHED_PROBES_H +#ifndef __LIBMEMCACHED_PROBES_H__ +#define __LIBMEMCACHED_PROBES_H__ #ifdef HAVE_DTRACE /* * Create the DTrace probes on the system using it (to support both Solaris * and MacOS X */ -#include "dtrace_probes.h" +#include "libmemcached/dtrace_probes.h" #else /* @@ -86,4 +86,4 @@ #endif -#endif /* LIBMEMCACHED_PROBES_H */ +#endif /* __LIBMEMCACHED_PROBES_H__ */