mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
11 lines
240 B
C
11 lines
240 B
C
--- 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
|