]>
code.ossystems Code Review - meta-freescale.git/commit
fmlib: fix compile error with linux-libc-headers
    * fix the below error
    | NOTE: make -j 48 DESTDIR=/poky/build/tmp/work/ppce500mc-poky-linux/fmlib/git-r1/image PREFIX=/usr LIB_DEST_DIR=/usr/lib    | CROSS_COMPILE=powerpc-poky-linux- KERNEL_SRC=/poky/build/tmp/sysroots/p4080ds/usr libfm-ppce500mc.a
    | (CC)  libfm-ppce500mc.o
    | src/fm_lib.c:56:23: fatal error: fm_ioctls.h: No such file or directory
Signed-off-by: Chunrong Guo <B40290@freescale.com>