X-Git-Url: https://rtime.felk.cvut.cz/gitweb/frescor/frsh-include.git/blobdiff_plain/7a0d52a8f7955c60df1b36999bde5e0b7bbacd7b..8f4416dfcf873d7a6b8152f1218ee163f5ee76d5:/eat.h diff --git a/eat.h b/eat.h index c7795d5..00ed323 100644 --- a/eat.h +++ b/eat.h @@ -51,12 +51,17 @@ #ifndef _EAT_H #define _EAT_H + #include +#include +FRSH_CPP_BEGIN_DECLS /** * @file eat.h **/ extern void inline eat(const struct timespec *cpu_time); +FRSH_CPP_END_DECLS + #endif