blob: d08f71777be645139301d69eb09a56c30221f9e2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ae,v 1.1 2004/06/10 22:42:43 jschauma Exp $
--- g_dbfile.c.orig 2004-06-11 18:17:47.000000000 -0400
+++ g_dbfile.c 2004-06-11 18:18:13.000000000 -0400
@@ -6,6 +6,7 @@
*/
#include <X11/Xos.h>
+#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
|