From 88a53541b5f640b45a3298dfd10a19cfacb167d9 Mon Sep 17 00:00:00 2001 From: Brian Aker Date: Fri, 28 Sep 2007 16:48:13 -0700 Subject: [PATCH] Missing new common.h files (I should really check missing files before committing) --- lib/common.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 lib/common.h diff --git a/lib/common.h b/lib/common.h new file mode 100644 index 00000000..153de06c --- /dev/null +++ b/lib/common.h @@ -0,0 +1,15 @@ +/* + Common include file for libmemached +*/ + +#include + +#include + +#ifdef HAVE_DTRACE +#define _DTRACE_VERSION 1 +#else +#undef _DTRACE_VERSION +#endif + +#include "libmemcached_probes.h" -- 2.30.2