Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/multimedia/dvbcut/files/patch-src_index.h
16166 views
1
--- src/index.h.orig 2016-11-18 13:31:01 UTC
2
+++ src/index.h
3
@@ -22,7 +22,9 @@
4
#define _DVBCUT_INDEX_H
5
6
#include <stdint.h>
7
+#ifndef __FreeBSD__
8
#include <byteswap.h>
9
+#endif
10
#include <set>
11
#include <vector>
12
#include "types.h"
13
14