X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ucw%2Fprofile.h;h=245ad768d0a8039c14a6f1adf0bc1c732f1fec2c;hb=6e853991c33e997ce6197f9039662c83c506b31d;hp=673810602e4f3aed4c2a209dd713d0e65811d8a1;hpb=031256ad2e123eec58521f8e3eb9496c197641d2;p=libucw.git diff --git a/ucw/profile.h b/ucw/profile.h index 67381060..245ad768 100644 --- a/ucw/profile.h +++ b/ucw/profile.h @@ -20,6 +20,9 @@ * printf("%s\n", PROF_STR(cnt)); */ +#ifndef _UCW_PROFILE_H +#define _UCW_PROFILE_H + /* PROFILE_TOD: gettimeofday() profiler */ struct prof_tod { @@ -138,3 +141,5 @@ static inline void prof_format(char *b, prof_t *c UNUSED) { b[0]='?'; b[1]=0; } #define PROF_STR(C) "?" #endif + +#endif