mirror of
https://github.com/strophe/libstrophe.git
synced 2026-07-20 20:56:20 +00:00
In case this ifdef-elseif-chain falls back to the else path, the macro to `clock()` wasn't defined. Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
Build Instructions
Compile example files with the following gcc flags:
gcc -o bot bot.c `pkg-config --cflags --libs libstrophe`