From 00b14d1a67e09c7bcc4eead89a5440a9dd174600 Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Mon, 1 Feb 2016 00:45:18 -0500 Subject: [PATCH] wmtv: Replace obsolete include of xf86dga.h with Xxf86dga.h. Fixes the following warning: In file included from src/wmtv.c:47:0: /usr/include/X11/extensions/xf86dga.h:9:2: warning: #warning "xf86dga.h is obsolete and may be removed in the future." [-Wcpp] #warning "xf86dga.h is obsolete and may be removed in the future." ^ /usr/include/X11/extensions/xf86dga.h:10:2: warning: #warning "include instead." [-Wcpp] #warning "include instead." ^ --- wmtv/src/wmtv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmtv/src/wmtv.c b/wmtv/src/wmtv.c index f223c57..a887e57 100644 --- a/wmtv/src/wmtv.c +++ b/wmtv/src/wmtv.c @@ -44,7 +44,7 @@ #include #include #include -#include +#include #include #include