X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Frandom_r.c;h=349a7ba66f9c2d8d0dd707d408c5b20c60624830;hb=a0f402b76e57d57abd1961f20683a25d46179297;hp=6db13a6d5880931bcb923fa0fd688da9327bfdfb;hpb=6948250861edce048d7bb3c6b47d13fa3649905e;p=gnulib.git diff --git a/lib/random_r.c b/lib/random_r.c index 6db13a6d5..349a7ba66 100644 --- a/lib/random_r.c +++ b/lib/random_r.c @@ -1,5 +1,5 @@ /* - Copyright (C) 1995, 2005, 2008-2009 Free Software Foundation, Inc. + Copyright (C) 1995, 2005, 2008-2013 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 @@ -31,7 +31,7 @@ may be used to endorse or promote products derived from this software without specific prior written permission. - THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND + THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE @@ -57,11 +57,13 @@ below. */ #define _GL_ARG_NONNULL(params) +/* Specification. */ +#include + #include #include #include -#include -#include +#include /* An improved random number generation package. In addition to the standard