forked from Lainports/freebsd-ports
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)
11 lines
316 B
C++
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>
|