libfetch: fix warnings.

This commit is contained in:
Juan RP
2012-07-19 18:00:31 +02:00
parent 9a69c5e349
commit 3339d0cd25
2 changed files with 3 additions and 8 deletions

View File

@ -63,9 +63,6 @@
* SUCH DAMAGE.
*/
/* Needed for gmtime_r on Interix */
#define _REENTRANT
#if HAVE_CONFIG_H
#include "config.h"
#endif