blob: 84951a4ea0c9f3b8228267ec6688d1c1a1aed138 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-aa,v 1.3 2004/06/12 15:01:37 minskim Exp $
This patch is needed for Linux.
--- src/utils.c.orig 1999-08-05 14:45:06.000000000 -0500
+++ src/utils.c
@@ -21,6 +21,7 @@
#include <string.h>
#include <stdio.h>
#include <sys/time.h>
+#include <time.h>
#include <unistd.h>
#include "baduki.h"
|