blob: 1bc2ae78d4e94f1447a75c4c240350fdff7e0b3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ab,v 1.3 2009/07/21 20:12:07 abs Exp $
--- src/tdfx.h.orig 2008-08-15 18:55:32.000000000 +0100
+++ src/tdfx.h
@@ -11,6 +11,7 @@
#include <string.h>
#include <stdio.h>
+#include <sys/time.h>
#include "xf86PciInfo.h"
#include "xf86Pci.h"
|