mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 06:40:33 -04:00
See vdr/webcamd dvb thread(s) on the freebsd-multimedia list for FreeBSD notes, some links are here: http://people.freebsd.org/~nox/dvb/ and see these links for general vdr info: http://www.linuxtv.org/vdrwiki/index.php/Main_Page http://www.vdr-portal.de/ WWW: http://www.tvdr.de/
10 lines
199 B
C
10 lines
199 B
C
--- menuitems.c.orig
|
|
+++ menuitems.c
|
|
@@ -7,6 +7,7 @@
|
|
* $Id: menuitems.c 2.6 2010/02/16 14:44:35 kls Exp $
|
|
*/
|
|
|
|
+#include <stdint.h>
|
|
#include "menuitems.h"
|
|
#include <ctype.h>
|
|
#include <math.h>
|