You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-embedded/mspdebug/files/mspdebug-0.21-glibc-2.17.patch

12 lines
232 B

--- 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"