Fix depend documentation
diff --git a/include/polarssl/net.h b/include/polarssl/net.h
index d0c7366..5f389f8 100644
--- a/include/polarssl/net.h
+++ b/include/polarssl/net.h
@@ -129,6 +129,7 @@
  */
 int net_set_nonblock( int fd );
 
+#if defined(POLARSSL_HAVE_TIME)
 /**
  * \brief          Portable usleep helper
  *
@@ -138,6 +139,7 @@
  *                 select()'s timeout granularity (typically, 10ms).
  */
 void net_usleep( unsigned long usec );
+#endif
 
 /**
  * \brief          Read at most 'len' characters. If no error occurs,