X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fgettimeofday.c;h=eb6de94f1e302a660efa3a2c9d040d0df378af41;hb=efc1f57b9d5d6d528919cedfe2e4c41e786341d2;hp=1ebe4d0ffddd150158a63af70b38834ef2cfe3f0;hpb=c68009f90028d2f69c6303cd98f08ac1d88923da;p=gnulib.git diff --git a/lib/gettimeofday.c b/lib/gettimeofday.c index 1ebe4d0ff..eb6de94f1 100644 --- a/lib/gettimeofday.c +++ b/lib/gettimeofday.c @@ -16,11 +16,13 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ /* written by Jim Meyering */ -#include +#ifdef HAVE_CONFIG_H +# include +#endif /* Disable the definitions of these functions (from config.h) so we can use the library versions here. */