X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=gettext-tools%2Fsrc%2Fhostname.c;h=684aa4e219676e0458b574edd5a709fa22dfdbfb;hb=refs%2Fchanges%2F82%2F71082%2F1;hp=76558e0291537981d3c329b15372496239e921ff;hpb=5d61132f836323aaf2879e04abc9d4056db248a2;p=platform%2Fupstream%2Fgettext.git diff --git a/gettext-tools/src/hostname.c b/gettext-tools/src/hostname.c index 76558e0..684aa4e 100644 --- a/gettext-tools/src/hostname.c +++ b/gettext-tools/src/hostname.c @@ -1,5 +1,6 @@ /* Display hostname in various forms. - Copyright (C) 2001-2003, 2006-2007, 2012 Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2006-2007, 2012, 2015 Free Software + Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify @@ -46,7 +47,9 @@ #endif /* Get MAXHOSTNAMELEN. */ -#include +#if HAVE_SYS_PARAM_H +# include +#endif #ifndef MAXHOSTNAMELEN # define MAXHOSTNAMELEN 64 #endif