Skip to content

Commit f41766d

Browse files
committed
crypto/af_alg07: Include lapi/fcntl.h
To get AF_EMPTY_PATH defined on older distros. Signed-off-by: Cyril Hrubis <[email protected]>
1 parent fdff613 commit f41766d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testcases/kernel/crypto/af_alg07.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
#include <sys/stat.h>
2929
#include <unistd.h>
3030
#include <pwd.h>
31+
#include "lapi/fcntl.h"
3132

3233
#include "tst_test.h"
3334
#include "tst_af_alg.h"

0 commit comments

Comments
 (0)