summaryrefslogtreecommitdiff
path: root/multimedia/mplayer/files/patch-mplayer.c
blob: 9826171c86b4509fff620b1a4c152bd0f2d29296 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- mplayer.c.orig	Tue Dec 21 13:25:58 2004
+++ mplayer.c	Mon Jan 10 22:43:29 2005
@@ -93,7 +93,7 @@
 #define ROUND(x) ((int)((x)<0 ? (x)-0.5 : (x)+0.5))
 
 #ifdef HAVE_RTC
-#include <linux/rtc.h>
+#include <rtc.h>
 #endif
 
 #ifdef USE_TV