1
0
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:
Andreas Schneider
2024-02-08 11:28:00 +01:00
committed by Jakub Jelen
parent 2c918aad67
commit 172f6bfb47
2 changed files with 2 additions and 0 deletions

View File

@@ -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>

View File

@@ -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>