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