diff options
author | Mattias Andrée <maandree@kth.se> | 2016-07-17 19:11:36 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-07-17 19:11:36 +0200 |
commit | d2c052cb9374b6420aa65e50d32e6f864f45ec53 (patch) | |
tree | 842a8dde54ac2f53ca711808aae38be7e5daa4a6 /src/communication.c | |
parent | Continued refactoring (diff) | |
download | coopgammad-d2c052cb9374b6420aa65e50d32e6f864f45ec53.tar.gz coopgammad-d2c052cb9374b6420aa65e50d32e6f864f45ec53.tar.bz2 coopgammad-d2c052cb9374b6420aa65e50d32e6f864f45ec53.tar.xz |
More refactoring
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/communication.c')
-rw-r--r-- | src/communication.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/communication.c b/src/communication.c index c508992..fc11ab8 100644 --- a/src/communication.c +++ b/src/communication.c @@ -17,7 +17,7 @@ */ #include "communication.h" #include "state.h" -#include "coopgamma-server/server.h" +#include "servers/coopgamma.h" #include <sys/socket.h> #include <errno.h> |