Skip to content

Commit

Permalink
Revert "tools: ynl: Remove duplicated include in handshake-user.c"
Browse files Browse the repository at this point in the history
This reverts commit e7c5433.

Commit e7c5433 ("tools: ynl: Remove duplicated include
in handshake-user.c") was applied too hastily. It changes
an auto-generated file, and there's already a proper fix
on the list.

Link: https://lore.kernel.org/all/ZIMPLYi%2FxRih+DlC@nanopsycho/
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
  • Loading branch information
Jakub Kicinski committed Jun 9, 2023
1 parent e7c5433 commit 7ec5d48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/net/ynl/generated/handshake-user.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include "ynl.h"
#include <linux/handshake.h>

#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <libmnl/libmnl.h>
Expand Down

0 comments on commit 7ec5d48

Please sign in to comment.