diff options
author | 2013-01-04 01:31:01 +0000 | |
---|---|---|
committer | 2013-01-04 01:31:01 +0000 | |
commit | 24077d10b61a9283892ca8891603c5df483b7bda (patch) | |
tree | 9143838dc1d2bbd40faef11134e4613e57e7a518 /dev-embedded/mspdebug/files | |
parent | Don't tell the user to set USE_PYTHON when a package does not support python2... (diff) | |
download | historical-24077d10b61a9283892ca8891603c5df483b7bda.tar.gz historical-24077d10b61a9283892ca8891603c5df483b7bda.tar.bz2 historical-24077d10b61a9283892ca8891603c5df483b7bda.zip |
Use correct header.
Package-Manager: portage-2.2.0_alpha149/cvs/Linux x86_64
Manifest-Sign-Key: 0x4AB3E85B4F064CA3
Diffstat (limited to 'dev-embedded/mspdebug/files')
-rw-r--r-- | dev-embedded/mspdebug/files/mspdebug-0.21-glibc-2.17.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-embedded/mspdebug/files/mspdebug-0.21-glibc-2.17.patch b/dev-embedded/mspdebug/files/mspdebug-0.21-glibc-2.17.patch index e4895d4d066a..9d1dab8e4c2e 100644 --- a/dev-embedded/mspdebug/files/mspdebug-0.21-glibc-2.17.patch +++ b/dev-embedded/mspdebug/files/mspdebug-0.21-glibc-2.17.patch @@ -1,10 +1,10 @@ ---- mspdebug-0.21/util/sport.c.orig +--- 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 <time.h> ++#include <sys/time.h> +#include <sys/select.h> #include "sport.h" |