mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
cfb30e90c7
A powerful Internet Relay Chat client designed for UNIX PR: ports/10097 Submitted by: Anders Nordby <anders@fix.no>
20 lines
518 B
Plaintext
20 lines
518 B
Plaintext
*** kvirc/kvi_support.cpp.orig Mon Jan 25 00:32:30 1999
|
|
--- kvirc/kvi_support.cpp Mon Feb 15 02:10:42 1999
|
|
***************
|
|
*** 21,27 ****
|
|
|
|
//#include "kvi_app.h"
|
|
#include <ctype.h>
|
|
! #include <netinet/in.h>
|
|
#include <sys/types.h>
|
|
#include <sys/socket.h>
|
|
#include <qstring.h> //includes <string.h> too
|
|
--- 21,27 ----
|
|
|
|
//#include "kvi_app.h"
|
|
#include <ctype.h>
|
|
! // #include <netinet/in.h>
|
|
#include <sys/types.h>
|
|
#include <sys/socket.h>
|
|
#include <qstring.h> //includes <string.h> too
|