Re: [lxc-devel] [PATCH 3/8] Include strings.h for strcasecmp

2014-01-29 Thread Serge Hallyn
Quoting Natanael Copa (nc...@alpinelinux.org): > This fixes the following error with musl libc: > In file included from start.c:59:0: > log.h: In function 'lxc_log_priority_to_int': > log.h:136:2: error: implicit declaration of function 'strcasecmp' > [-Werror=implicit-function-declaration] > > S

[lxc-devel] [PATCH 3/8] Include strings.h for strcasecmp

2014-01-29 Thread Natanael Copa
This fixes the following error with musl libc: In file included from start.c:59:0: log.h: In function 'lxc_log_priority_to_int': log.h:136:2: error: implicit declaration of function 'strcasecmp' [-Werror=implicit-function-declaration] Signed-off-by: Natanael Copa --- src/lxc/log.h | 1 + 1 file