diff options
author | 2013-01-04 01:30:56 +0000 | |
---|---|---|
committer | 2013-01-04 01:30:56 +0000 | |
commit | bfb4b84afba38325e307266998f4baf6fb40c301 (patch) | |
tree | 439188b279f71e448eae818a7bf9af2f5caf33b0 /dev-embedded/mspdebug/files | |
parent | Don't tell the user to set USE_PYTHON when a package does not support python2... (diff) | |
download | gentoo-2-bfb4b84afba38325e307266998f4baf6fb40c301.tar.gz gentoo-2-bfb4b84afba38325e307266998f4baf6fb40c301.tar.bz2 gentoo-2-bfb4b84afba38325e307266998f4baf6fb40c301.zip |
Use correct header.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
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" |