]> sjero.net Git - wget/blobdiff - src/cmpt.c
Fix compiler warnings
[wget] / src / cmpt.c
index 499a0fe3644a7b942631c47739b50433c562c5f7..8ca3b038962d853b3bf23fca179da641cfe50e3d 100644 (file)
@@ -1,6 +1,7 @@
 /* Replacements for routines missing on some systems.
    Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-   2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+   2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
+   Foundation, Inc.
 
 This file is part of GNU Wget.
 
@@ -35,9 +36,7 @@ as that of the covered work.  */
 #include <string.h>
 #include <time.h>
 
-#ifdef HAVE_UNISTD_H
-# include <unistd.h>
-#endif
+#include <unistd.h>
 
 #include <errno.h>