ports/graphics/mpeg_encode/patches/patch-bitio_c

12 lines
242 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- bitio.c.orig Sun Jun 10 01:26:59 2001
+++ bitio.c Sun Jun 10 01:28:08 2001
@@ -80,6 +80,8 @@
*==============*/
#include <assert.h>
+#include <time.h>
+#include <unistd.h>
#include "all.h"
#include "byteorder.h"
#include "bitio.h"