diff -r baa839a7633f -r 8170f658f017 ucx/mempool.h --- a/ucx/mempool.h Fri Jul 19 14:17:12 2013 +0200 +++ b/ucx/mempool.h Sat Jul 20 11:13:26 2013 +0200 @@ -26,8 +26,8 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#ifndef MPOOL_H -#define MPOOL_H +#ifndef UCX_MEMPOOL_H +#define UCX_MEMPOOL_H #include "ucx.h" #include @@ -66,5 +66,5 @@ } #endif -#endif /* MPOOL_H */ +#endif /* UCX_MEMPOOL_H */