From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964864AbbJOF7x (ORCPT ); Thu, 15 Oct 2015 01:59:53 -0400 Received: from mail.kapsi.fi ([217.30.184.167]:53873 "EHLO mail.kapsi.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964845AbbJOF7v (ORCPT ); Thu, 15 Oct 2015 01:59:51 -0400 From: Mikko Rapeli To: linux-kernel@vger.kernel.org Cc: mikko.rapeli@iki.fi, linux-api@vger.kernel.org Subject: [PATCH v4 46/79] include/uapi/linux/packet_diag.h: include linux/netdevice.h Date: Thu, 15 Oct 2015 07:56:24 +0200 Message-Id: <1444888618-4506-47-git-send-email-mikko.rapeli@iki.fi> X-Mailer: git-send-email 2.6.1 In-Reply-To: <1444888618-4506-1-git-send-email-mikko.rapeli@iki.fi> References: <1444888618-4506-1-git-send-email-mikko.rapeli@iki.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-SA-Exim-Connect-IP: 46.5.253.112 X-SA-Exim-Mail-From: mikko.rapeli@iki.fi X-SA-Exim-Scanned: No (on mail.kapsi.fi); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fixes userspace compilation error: error: ‘MAX_ADDR_LEN’ undeclared here (not in a function) Signed-off-by: Mikko Rapeli --- include/uapi/linux/packet_diag.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/uapi/linux/packet_diag.h b/include/uapi/linux/packet_diag.h index d08c63f..2a75e97 100644 --- a/include/uapi/linux/packet_diag.h +++ b/include/uapi/linux/packet_diag.h @@ -2,6 +2,7 @@ #define __PACKET_DIAG_H__ #include +#include struct packet_diag_req { __u8 sdiag_family; -- 2.5.0