freebsd-ports/net/xmule/files/patch-src::ClientCredits.cpp
Mario Sergio Fujikawa Ferreira 47a28fa2de o After repo copy from ports/net/lmule (this is a fork of lmule):
update to xmule version 1.4.0
o Special thanks to [1] who helped patching the application for
  FreeBSD

Reviewed by:		Lauri Watts <lauri@fruitsalad.org>,
			Frerich Raabe <frerich.raabe@gmx.de> [1]
Repo copy approved by:	portmgr (self)
Repo copied by:		cvs (joe)
2003-06-11 22:29:38 +00:00

11 lines
316 B
C++

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