Index: uspace/lib/drv/include/ops/nic.h
===================================================================
--- uspace/lib/drv/include/ops/nic.h	(revision a35b458e9db1ca95e679799dc7c1b12c83359ca3)
+++ uspace/lib/drv/include/ops/nic.h	(revision aab85d90491f3f45f389ff54ed1149c7ec03a816)
@@ -39,5 +39,5 @@
 #include <ipc/services.h>
 #include <nic/nic.h>
-#include <sys/time.h>
+#include <time.h>
 #include "../ddf/driver.h"
 
@@ -104,7 +104,7 @@
 
 	errno_t (*poll_get_mode)(ddf_fun_t *, nic_poll_mode_t *,
-	    struct timeval *);
+	    struct timespec *);
 	errno_t (*poll_set_mode)(ddf_fun_t *, nic_poll_mode_t,
-	    const struct timeval *);
+	    const struct timespec *);
 	errno_t (*poll_now)(ddf_fun_t *);
 } nic_iface_t;
