mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-12-08 03:42:12 +03:00
tests:pkd: Add missing includes for cmocka
Signed-off-by: Andreas Schneider <asn@cryptomilk.org> Reviewed-by: Jakub Jelen <jjelen@redhat.com>
This commit is contained in:
committed by
Jakub Jelen
parent
2c918aad67
commit
172f6bfb47
@@ -8,6 +8,7 @@
|
||||
#include <fcntl.h>
|
||||
#include <setjmp.h> // for cmocka
|
||||
#include <stdarg.h> // for cmocka
|
||||
#include <stdint.h> // for cmocka
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
|
||||
#include <setjmp.h> // for cmocka
|
||||
#include <stdarg.h> // for cmocka
|
||||
#include <stdint.h> // for cmocka
|
||||
#include <unistd.h> // for cmocka
|
||||
#include <cmocka.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user