X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-getsockopt.c;h=182305cf04c81e72b262509b006ee2f71a8ac9d1;hb=1276a2c5f24c0c932426aca9c899fa524d2443f2;hp=38158ae3527872a0e8ddd99addb94501e46085d2;hpb=10302c2e3cd5a04446a4c9fb4ece0beceed30373;p=gnulib.git diff --git a/tests/test-getsockopt.c b/tests/test-getsockopt.c index 38158ae35..182305cf0 100644 --- a/tests/test-getsockopt.c +++ b/tests/test-getsockopt.c @@ -1,5 +1,5 @@ /* Test getsockopt() function. - Copyright (C) 2011-2013 Free Software Foundation, Inc. + Copyright (C) 2011-2014 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -22,6 +22,7 @@ SIGNATURE_CHECK (getsockopt, int, (int, int, int, void *, socklen_t *)); #include +#include #include "sockets.h" #include "macros.h"