]> git.sesse.net Git - vlc/blobdiff - src/misc/netutils.c
Generation d'un makefile presque correct pour les vieilles versions de make
[vlc] / src / misc / netutils.c
index 90bccc025faac235af0a3a795df7dde28cc9435b..32168bc7ba06def46774d92424d53f3a34df74b9 100644 (file)
@@ -4,6 +4,7 @@
  * Copyright (C) 1999, 2000 VideoLAN
  *
  * Authors: Vincent Seguin <seguin@via.ecp.fr>
+ *          Benoit Steiner <benny@via.ecp.fr>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -46,9 +47,9 @@
 #if defined (HAVE_NET_IF_H)
 #include <net/if.h>                            /* interface (arch-dependent) */
 #endif
-//#ifdef HAVE_SYS_SOCKIO_H
+#ifdef HAVE_SYS_SOCKIO_H
 #include <sys/sockio.h>
-//#endif
+#endif
 
 #include "config.h"
 #include "common.h"