blob: 7f851a2af527a36d06ab213041f9df0fea12eba4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-aa,v 1.3 2006/02/16 18:23:31 joerg Exp $
--- headers.c.orig 2006-02-16 18:13:04.000000000 +0000
+++ headers.c
@@ -33,6 +33,7 @@
#include <unistd.h>
#include <time.h>
#include <errno.h>
+#include <sys/time.h>
#include <missing.h>
|