X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=udp_send.c;h=6ed5026ac31102932d4fb3b23e6e87d375002096;hp=7930f09234486d3448b196ba45ae3b178845d001;hb=7df87a748fae6a9f20d337d79ec83978856f0c48;hpb=d46a0767b58654f15f16406cf99296287bd0d534 diff --git a/udp_send.c b/udp_send.c index 7930f092..6ed5026a 100644 --- a/udp_send.c +++ b/udp_send.c @@ -1,18 +1,22 @@ /* - * Copyright (C) 2005-2013 Andre Noll + * Copyright (C) 2005-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ /** \file udp_send.c Para_server's udp sender. */ - +#include +#include #include #include #include #include #include +#include +#include #include +#include #include "server.cmdline.h" #include "para.h"