Suffer the consequences of moving struct timeval to its correct location

This commit is contained in:
Gregory Nutt
2015-02-15 15:18:35 -06:00
parent c2234e058f
commit d6704a1cd7
15 changed files with 37 additions and 11 deletions
+1
View File
@@ -42,6 +42,7 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <errno.h>
#include "socket/socket.h"
+1
View File
@@ -43,6 +43,7 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <errno.h>
#include <arch/irq.h>
+2
View File
@@ -40,8 +40,10 @@
#include <nuttx/config.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <stdint.h>
#include <errno.h>
#include <nuttx/clock.h>
#include "utils/utils.h"
+2
View File
@@ -39,6 +39,8 @@
#include <nuttx/config.h>
#include <sys/time.h>
#include <nuttx/clock.h>
#include "utils/utils.h"