Use C++-style headers where available

This commit is contained in:
Arnout Engelen
2013-05-12 12:34:29 +00:00
parent 78bcecd109
commit 31b254e719
10 changed files with 21 additions and 22 deletions

View File

@@ -26,13 +26,13 @@
#include <netinet/tcp.h>
#include <netinet/in.h>
#include <malloc.h>
#include <assert.h>
#include <cassert>
#include <net/if.h>
#include <net/ethernet.h>
#include <netinet/ip.h>
#include <netinet/ip6.h>
#include <sys/ioctl.h>
#include <stdio.h>
#include <cstdio>
// #include "inet6.c"
local_addr * local_addrs = NULL;