]> git.marmaro.de Git - mmh/blobdiff - sbr/client.c
Clean up time handling; always assume we have tzset() and that the right
[mmh] / sbr / client.c
index d3374ad4862b934c4a62df3aeeed9bf124c3698a..763b2a4cb6623a9ad9fafe3ebdfc9874b79ee5ea 100644 (file)
@@ -2,8 +2,6 @@
 /*
  * client.c -- connect to a server
  *
- * $Id$
- *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
  * COPYRIGHT file in the root directory of the nmh distribution for
  * complete copyright information.
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <netdb.h>
-
-#ifdef HAVE_ARPA_INET_H
-# include <arpa/inet.h>
-#endif
+#include <arpa/inet.h>
 
 #define        TRUE         1
 #define        FALSE        0