forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
games-misc/typespeed: add patch from Felix Janda to build on the musl…
… profiles (bug #570452) Package-Manager: portage-2.2.24
- Loading branch information
Michael Sterrett
committed
Jan 2, 2016
1 parent
179974d
commit cfb29fb
Showing
2 changed files
with
18 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
diff -ur a/typespeed-0.6.5/src/typespeed.h b/typespeed-0.6.5/src/typespeed.h | ||
--- a/typespeed-0.6.5/src/typespeed.h 2008-08-13 15:36:51.000000000 +0100 | ||
+++ b/typespeed-0.6.5/src/typespeed.h 2016-01-01 10:41:54.919998820 +0100 | ||
@@ -27,10 +27,10 @@ | ||
|
||
#include <stdint.h> | ||
#include <stdio.h> | ||
+#include <time.h> | ||
|
||
#ifdef WIN32 | ||
#include <dirent.h> | ||
- #include <time.h> | ||
|
||
#ifndef MAXHOSTNAMELEN | ||
#define MAXHOSTNAMELEN 256 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters