On 10/18/2018 02:20 PM, Sebastian Smolorz wrote:
> Signed-off-by: Sebastian Smolorz <sebastian.smol...@gmx.de>
> ---
>  lib/boilerplate/avl.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/lib/boilerplate/avl.c b/lib/boilerplate/avl.c
> index 3bf9bf1..2e16e7d 100644
> --- a/lib/boilerplate/avl.c
> +++ b/lib/boilerplate/avl.c
> @@ -22,6 +22,7 @@
>   */
>  #include <errno.h>
>  #include <memory.h>
> +#include <boilerplate/avl.h>
>  
>  #ifdef AVL_PSHARED
>  #define __AVL(__decl)        shavl_ ## __decl
> 

Nack. The proper include file needs to be included via some Makefile
magic, depending on whether that source is build for private or shared
mode (avl.h vs shavl.h). See Makefile.am.

-- 
Philippe.

_______________________________________________
Xenomai mailing list
Xenomai@xenomai.org
https://xenomai.org/mailman/listinfo/xenomai

Reply via email to