diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/example_plugin.c | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/doc/example_plugin.c b/doc/example_plugin.c index 38d02260..a33907a8 100644 --- a/doc/example_plugin.c +++ b/doc/example_plugin.c @@ -2,10 +2,11 @@   * This is the most simple possible BitlBee plugin. To use, compile it as    * a shared library and place it in the plugin directory:    * - * gcc -o example.so -shared example.c + * gcc -o example.so -shared example.c `pkg-config --cflags bitlbee`   * cp example.so /usr/local/lib/bitlbee   */  #include <stdio.h> +#include <bitlbee.h>  void init_plugin(void)  { | 
