From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932944Ab0JRQai (ORCPT ); Mon, 18 Oct 2010 12:30:38 -0400 Received: from caiajhbdcahe.dreamhost.com ([208.97.132.74]:33099 "EHLO homiemail-a6.g.dreamhost.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750800Ab0JRQai (ORCPT ); Mon, 18 Oct 2010 12:30:38 -0400 Subject: [PATCH] drm: include missing types header to drm_mode.h From: Davidlohr Bueso Reply-To: dave@gnu.org To: Dave Airlie , Dave Airlie Cc: LKML , dri-devel Content-Type: text/plain; charset="UTF-8" Date: Mon, 18 Oct 2010 13:30:28 -0300 Message-ID: <1287419428.7945.7.camel@cowboy> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org drm: include missing types header to drm_mode.h Signed-off-by: Davidlohr Bueso --- include/drm/drm_mode.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/drm/drm_mode.h b/include/drm/drm_mode.h index 0fc7397..eddd7f4 100644 --- a/include/drm/drm_mode.h +++ b/include/drm/drm_mode.h @@ -24,6 +24,8 @@ * IN THE SOFTWARE. */ +#include + #ifndef _DRM_MODE_H #define _DRM_MODE_H -- 1.7.0.4