Including libhipe
How to include the Hipe API in your C/C++ program
Assuming the Hipe API is correctly installed on your system, inclusion is simple. Use this compiler directive in your code:
#include <hipe.h>
When building your application, pass the -lhipe argument to your compiler/linker, so that the static library is linked into your program.