123456789101112131415 |
- $OpenBSD: patch-proto_un_cpp,v 1.1 2017/05/04 15:46:56 espie Exp $
- Index: proto_un.cpp
- --- proto_un.cpp.orig
- +++ proto_un.cpp
- @@ -37,7 +37,7 @@
- #include <assert.h>
- #include <stdio.h>
- #include <string.h>
- -#include <iostream.h>
- +#include <iostream>
- #include <unistd.h>
- #include <netdb.h>
- #include <arpa/inet.h>
|