Build fixes for linux

This commit is contained in:
Ian Gulliver
2015-02-08 04:05:36 +00:00
parent 0e0a3eab8b
commit bcfe496fb1
3 changed files with 4 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
#include <arpa/inet.h>
#include <netinet/in.h>
#include <signal.h>
#include <stdio.h>
#include <unistd.h>

2
tlv.cc
View File

@@ -1,3 +1,5 @@
#include <arpa/inet.h>
#include <cassert>
#include <iostream>

1
tlv.h
View File

@@ -1,6 +1,7 @@
#include <stdint.h>
#include <list>
#include <memory>
#include <string>
class TLVNode {