Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/multimedia/dvbsnoop/files/patch-src-dvbsnoop.h
18157 views
1
--- src/dvbsnoop.h.orig 2005-09-09 10:20:30.000000000 -0400
2
+++ src/dvbsnoop.h 2009-01-12 18:05:11.000000000 -0500
3
@@ -112,6 +112,7 @@
4
#include <string.h>
5
#include <time.h>
6
#include <ctype.h>
7
+#include <sys/types.h>
8
9
#include "version.h"
10
#include "misc/helper.h"
11
12