1
0
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:
Friedrich Schöller 2010-02-16 15:16:57 +01:00
parent 542e510520
commit e4e08ca7e5
4 changed files with 4 additions and 0 deletions

1
auth.h

@ -23,6 +23,7 @@
#include <vector>
#include <string>
#include <string.h>
#include <stdint.h>
class Auth
{

@ -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
{