repo.or.cz
/
minix-pkgsrc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixup fromcvs/togit conversion
[minix-pkgsrc.git]
/
sysutils
/
fam
/
patches
/
patch-ba
blob
565eb964f0d5d4b56d8b3101c06aa3af2c1cebc4
1
$NetBSD$
2
3
--- lib/Client.c++.orig 2003-01-18 15:18:12.000000000 +0100
4
+++ lib/Client.c++
5
@@ -24,6 +24,7 @@
6
#include <stdlib.h>
7
#include <unistd.h>
8
#include <netinet/in.h>
9
+#include <arpa/inet.h>
10
#include <sys/un.h>
11
#include <sys/socket.h>
12
#include <rpc/rpc.h>
13
@@ -34,7 +35,7 @@
14
#include <syslog.h>
15
#include <errno.h>
16
17
-#include <iostream.h>
18
+#include <iostream>
19
20
#include "fam.h"
21
#include "Client.h"