From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755097AbbJOGIr (ORCPT ); Thu, 15 Oct 2015 02:08:47 -0400 Received: from mail.kapsi.fi ([217.30.184.167]:34237 "EHLO mail.kapsi.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932545AbbJOF6k (ORCPT ); Thu, 15 Oct 2015 01:58:40 -0400 From: Mikko Rapeli To: linux-kernel@vger.kernel.org Cc: mikko.rapeli@iki.fi, Sebastian Reichel , linux-api@vger.kernel.org Subject: [PATCH v4 20/79] include/uapi/linux/hsi/cs-protocol.h: include linux/time.h Date: Thu, 15 Oct 2015 07:55:58 +0200 Message-Id: <1444888618-4506-21-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> 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 errors due to missing timespec definition. Signed-off-by: Mikko Rapeli --- include/uapi/linux/hsi/cs-protocol.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/uapi/linux/hsi/cs-protocol.h b/include/uapi/linux/hsi/cs-protocol.h index f153d6e..c8d9f08 100644 --- a/include/uapi/linux/hsi/cs-protocol.h +++ b/include/uapi/linux/hsi/cs-protocol.h @@ -26,6 +26,7 @@ #include #include +#include /* chardev parameters */ #define CS_DEV_FILE_NAME "/dev/cmt_speech" -- 2.5.0