Commit 7ec5d48f authored by Jakub Kicinski's avatar Jakub Kicinski

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

This reverts commit e7c5433c.

Commit e7c5433c ("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: default avatarJakub Kicinski <kuba@kernel.org>
parent e7c5433c
......@@ -8,6 +8,7 @@
#include "ynl.h"
#include <linux/handshake.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <libmnl/libmnl.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment