14 lines
310 B
Text
14 lines
310 B
Text
$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"
|