mirror of
https://github.com/norohind/hans.git
synced 2025-04-21 16:37:36 +03:00
compiles on gcc 4.4.1
This commit is contained in:
parent
542e510520
commit
e4e08ca7e5
1
auth.h
1
auth.h
@ -23,6 +23,7 @@
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include <string.h>
|
||||
#include <stdint.h>
|
||||
|
||||
class Auth
|
||||
{
|
||||
|
1
tun.cpp
1
tun.cpp
@ -29,6 +29,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
|
||||
typedef ip IpHeader;
|
||||
|
||||
|
@ -20,6 +20,7 @@
|
||||
#include "utility.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
@ -21,6 +21,7 @@
|
||||
#define UTILITY_H
|
||||
|
||||
#include <string>
|
||||
#include <stdint.h>
|
||||
|
||||
class Utility
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user