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