summaryrefslogtreecommitdiff
path: root/x11/rxvt/patches/patch-ab
blob: 2651bf1435086104a22564f8454db7011e0408dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$NetBSD: patch-ab,v 1.2 1998/08/07 11:18:14 agc Exp $

--- ./src/utmp.c.org	Thu Jan 23 10:46:02 1997
+++ ./src/utmp.c	Thu Apr 24 15:20:49 1997
@@ -80,6 +80,8 @@
 #include <stdio.h>
 #include <string.h>
 
+#include <sys/types.h>
+
 #ifdef HAVE_UTMPX_H
 # include <utmpx.h>
 # define USE_SYSV_UTMP
@@ -90,7 +92,6 @@
 # endif
 #endif
 
-#include <sys/types.h>
 #include <sys/stat.h>
 
 #ifdef TIME_WITH_SYS_TIME