aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/avifile/files/patch-ac
blob: f2c4fefd748c5eb48d7f2d5f2038527a1f88b158 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- lib/videocodec/Module.h.orig    Fri Oct  6 13:01:34 2000
+++ lib/videocodec/Module.h Fri Oct  6 13:02:09 2000
@@ -4,6 +4,12 @@
 #include <videoencoder.h>
 #include <list>
 #include <string>
+#if (defined(__unix__) || defined(unix)) && !defined(USG)
+#include <sys/param.h>
+#endif
+#if (defined(BSD) && (BSD >= 199103))
+#include <sys/time.h>
+#endif
 using namespace std;
 
 class VideoCodecControl;