13 lines
310 B
Plaintext
13 lines
310 B
Plaintext
$OpenBSD: patch-bitio_c,v 1.1.1.1 2001/06/19 03:22:33 angelos Exp $
|
|
--- 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"
|