blob: 86ad36a5e2dd21aab1ead790a85e3e48c25785e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-aa,v 1.1.1.1 2001/04/27 14:43:56 agc Exp $
--- gui/gui_regwin.c.orig Mon Mar 26 23:28:56 2001
+++ gui/gui_regwin.c Mon Mar 26 23:29:13 2001
@@ -1,6 +1,6 @@
#include <stdio.h>
#include <stdlib.h>
-#include <sys/errno.h>
+#include <errno.h>
#include "../config.h"
#ifdef HAVE_GUI
|