drivertest:add include file depended by cmocka
from the cmocka.h: * These headers or their equivalents MUST be included prior to including * this header file. * @code * #include <stdarg.h> * #include <stddef.h> * #include <stdint.h> * #include <setjmp.h> * @endcode Signed-off-by: dulibo1 <dulibo1@xiaomi.com> Signed-off-by: buxiasen <buxiasen@xiaomi.com>
This commit is contained in:
parent
893ac88f97
commit
7893712622
@ -28,8 +28,10 @@
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
#include <stddef.h>
|
||||
#include <setjmp.h>
|
||||
#include <string.h>
|
||||
#include <pthread.h>
|
||||
#include <cmocka.h>
|
||||
#include <nuttx/power/pm_runtime.h>
|
||||
|
||||
|
@ -28,8 +28,10 @@
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
#include <stddef.h>
|
||||
#include <setjmp.h>
|
||||
#include <string.h>
|
||||
#include <pthread.h>
|
||||
#include <cmocka.h>
|
||||
#include <nuttx/power/consumer.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user