X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=udp_send.c;h=96f12ff0f716b3e26176ab5d03b3ca0d3dba2d7e;hp=7930f09234486d3448b196ba45ae3b178845d001;hb=9ae265026d2b3541406cfca890761afdf829c9aa;hpb=d46a0767b58654f15f16406cf99296287bd0d534 diff --git a/udp_send.c b/udp_send.c index 7930f092..96f12ff0 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"