mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
d7294ceed4
- Fix plist errors when NOPORTDOCS is used Reported by: itetcu
11 lines
242 B
Plaintext
11 lines
242 B
Plaintext
--- testing.c.orig 1998-08-10 18:36:14.000000000 -0700
|
|
+++ testing.c 2008-06-04 04:50:08.000000000 -0700
|
|
@@ -3,6 +3,7 @@
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include <sys/types.h>
|
|
#include <netinet/in.h>
|
|
#include <arpa/inet.h>
|