patch-proto_un_cpp 316 B

123456789101112131415
  1. $OpenBSD: patch-proto_un_cpp,v 1.1 2017/05/04 15:46:56 espie Exp $
  2. Index: proto_un.cpp
  3. --- proto_un.cpp.orig
  4. +++ proto_un.cpp
  5. @@ -37,7 +37,7 @@
  6. #include <assert.h>
  7. #include <stdio.h>
  8. #include <string.h>
  9. -#include <iostream.h>
  10. +#include <iostream>
  11. #include <unistd.h>
  12. #include <netdb.h>
  13. #include <arpa/inet.h>