X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Finclude%2Fplatform.h;h=add58821f77b1c5b77575b5976ea7843ba05cb9d;hb=17047b7bcbe3f1756028058a9887416c6afab5d8;hp=57c6bdd6cf2e31d0b18a9a6ccfc7ac28cc12a546;hpb=007c852f2e43e658cb2581a62c03cd0ccbfd08f4;p=oweals%2Fgnunet.git diff --git a/src/include/platform.h b/src/include/platform.h index 57c6bdd6c..add58821f 100644 --- a/src/include/platform.h +++ b/src/include/platform.h @@ -1,6 +1,6 @@ /* This file is part of GNUnet. - (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2012 Christian Grothoff (and other contributing authors) + Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2012 GNUnet e.V. GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published @@ -14,15 +14,17 @@ You should have received a copy of the GNU General Public License along with GNUnet; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** - * @file include/platform.h - * @brief plaform specific includes and defines * @author Nils Durner * @author Christian Grothoff + * + * @file + * Plaform specific includes and defines. + * * This file should never be included by installed * header files (those starting with "gnunet_"). */ @@ -164,6 +166,9 @@ #if HAVE_UCRED_H #include #endif +#if HAVE_SYS_UCRED_H +#include +#endif #ifdef CYGWIN #include #include