14 lines
301 B
Plaintext
14 lines
301 B
Plaintext
$NetBSD: patch-ab,v 1.1.1.1 2011/11/08 10:49:35 ryoon Exp $
|
|
|
|
--- abclock.c.orig 2005-11-18 11:03:51.000000000 +0100
|
|
+++ abclock.c
|
|
@@ -29,7 +29,7 @@
|
|
#include <time.h>
|
|
#include <sys/time.h>
|
|
#include <unistd.h>
|
|
-#include <values.h>
|
|
+#include <float.h>
|
|
#include <X11/Xlib.h>
|
|
#include <X11/Xutil.h>
|
|
|