blob: c9eff6e661aa6423d56d6bd6f0952f0be142ae1d (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- ./finger/finger.h.orig Sun Feb 25 17:18:59 2001
+++ ./finger/finger.h Sun Feb 25 17:19:12 2001
@@ -39,6 +39,7 @@
#include <pwd.h>
#include <utmp.h>
+#include <time.h>
/*
* All unique persons are linked in a list headed by "head" and linkd
--- ./fingerd/fingerd.c.orig Sun Feb 25 17:21:14 2001
+++ ./fingerd/fingerd.c Sun Feb 25 17:21:29 2001
@@ -55,6 +55,7 @@
#include <netinet/in.h>
#include <sys/utsname.h>
#include <sys/wait.h>
+#include <sys/socket.h>
#include "pathnames.h"
#include "../version.h"
|