diff options
Diffstat (limited to 'net-p2p/xmule/files/patch-src::ClientCredits.cpp')
-rw-r--r-- | net-p2p/xmule/files/patch-src::ClientCredits.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-p2p/xmule/files/patch-src::ClientCredits.cpp b/net-p2p/xmule/files/patch-src::ClientCredits.cpp new file mode 100644 index 000000000000..8277638bcad3 --- /dev/null +++ b/net-p2p/xmule/files/patch-src::ClientCredits.cpp @@ -0,0 +1,11 @@ +--- src/ClientCredits.cpp.orig Tue May 27 15:25:08 2003 ++++ src/ClientCredits.cpp Tue May 27 15:25:19 2003 +@@ -22,7 +22,7 @@ + #include "ClientCredits.h" + #include "opcodes.h" + #include <math.h> +-#include "/usr/include/time.h" ++#include <sys/time.h> + #include <sys/types.h> + #include <sys/stat.h> + #include <fcntl.h> |