summaryrefslogtreecommitdiff
blob: 9d1dab8e4c2e986131f4fde66cfc4b09e290478a (plain)
1
2
3
4
5
6
7
8
9
10
11
--- mspdebug-0.21/util/sport.c
+++ mspdebug-0.21/util/sport.c
@@ -20,6 +20,8 @@
 #include <unistd.h>
 #include <errno.h>
 #include <string.h>
+#include <sys/time.h>
+#include <sys/select.h>
 
 #include "sport.h"
 #include "util.h"