mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
cccdd53c82
or inet_pton). This is still broken due to a fatal warning.
14 lines
317 B
Plaintext
14 lines
317 B
Plaintext
--- common/src/net_udp.c.orig Sat Jan 11 19:51:14 2003
|
|
+++ common/src/net_udp.c Sat Jan 11 19:51:27 2003
|
|
@@ -43,8 +43,10 @@
|
|
#include "config_win32.h"
|
|
#include "debug.h"
|
|
#include "memory.h"
|
|
+#ifndef __FreeBSD__
|
|
#include "inet_pton.h"
|
|
#include "inet_ntop.h"
|
|
+#endif
|
|
#include "vsnprintf.h"
|
|
#include "net_udp.h"
|
|
|