ports/net-p2p/linuxdcpp/files/patch-client_stdinc.h
Jeremy Messenger ded61394ac Linuxdcpp is a port of the win32 DC++ direct connect client to POSIX-like
systems. Despite the name, it does run on other platforms beside Linux.
Linuxdcpp uses the gtk2 toolkit.

WWW: http://linuxdcpp.berlios.de/
2006-07-29 17:46:11 +00:00

10 lines
194 B
C

--- client/stdinc.h.orig Sun Jun 25 16:11:55 2006
+++ client/stdinc.h Sun Jun 25 16:12:05 2006
@@ -47,6 +47,7 @@
#else
#include <unistd.h>
+#include <stdint.h>
#endif
#include <stdio.h>