Revert "tools: ynl: Remove duplicated include in handshake-user.c"

This reverts commit e7c5433c5a.

Commit e7c5433c5a ("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>
This commit is contained in:
Jakub Kicinski 2023-06-09 11:00:59 -07:00
parent e7c5433c5a
commit 7ec5d48fdb
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
#include "ynl.h"
#include <linux/handshake.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <libmnl/libmnl.h>