From: Dave Airlie Date: Tue, 19 Dec 2006 10:37:50 +0000 (+1100) Subject: fixup inclusion of agp.h X-Git-Tag: libdrm-2.3.1~465 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6333bfdb58b300494b2ec6f7b5a3ea5b392a210a;p=platform%2Fupstream%2Flibdrm.git fixup inclusion of agp.h --- diff --git a/linux-core/drmP.h b/linux-core/drmP.h index c19b6af..2b364f7 100644 --- a/linux-core/drmP.h +++ b/linux-core/drmP.h @@ -67,6 +67,7 @@ #include #endif #if defined(CONFIG_AGP) || defined(CONFIG_AGP_MODULE) +#include #include #include #endif diff --git a/linux-core/drm_compat.h b/linux-core/drm_compat.h index fe010ef..49b0886 100644 --- a/linux-core/drm_compat.h +++ b/linux-core/drm_compat.h @@ -31,7 +31,6 @@ * OTHER DEALINGS IN THE SOFTWARE. */ -#include #ifndef _DRM_COMPAT_H_ #define _DRM_COMPAT_H_