]> sjero.net Git - wget/blobdiff - src/init.c
[svn] Applied Chris Seawood's patch for compilation under BEOS.
[wget] / src / init.c
index ece9f6c9a23394fa5baaef41902c0d6399108df1..ac3fc2e4e70df780640ff9a2e176eef6300beb05 100644 (file)
@@ -38,8 +38,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #else
 # include <sys/socket.h>
 # include <netinet/in.h>
+#ifndef __BEOS__
 # include <arpa/inet.h>
 #endif
+#endif
 
 #ifdef HAVE_PWD_H
 #include <pwd.h>