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