Skip to content

Commit

Permalink
fixed Debian Wheezy compile
Browse files Browse the repository at this point in the history
  • Loading branch information
velnias75 committed Jan 3, 2015
1 parent 2b3ae3b commit a6d1a2c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/client/clientconnectionimpl.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2014 by Heiko Schäfer <[email protected]>
* Copyright 2014-2015 by Heiko Schäfer <[email protected]>
*
* This file is part of NetMauMau.
*
Expand All @@ -20,6 +20,8 @@
#ifndef NETMAUMAU_CLIENTCONNECTIONIMPL_H
#define NETMAUMAU_CLIENTCONNECTIONIMPL_H

#include <sys/time.h>

#include "socketexception.h"

namespace NetMauMau {
Expand Down
3 changes: 2 additions & 1 deletion src/server/serverconnection.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2014 by Heiko Schäfer <[email protected]>
* Copyright 2014-2015 by Heiko Schäfer <[email protected]>
*
* This file is part of NetMauMau.
*
Expand All @@ -24,6 +24,7 @@
#include <algorithm>
#include <sstream>
#include <cstring>
#include <cstdlib>
#include <cerrno>
#include <cstdio>

Expand Down

0 comments on commit a6d1a2c

Please sign in to comment.