1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Fix breakage in 4.x STABLE.

This commit is contained in:
Martin Blapp 2003-06-07 21:33:47 +00:00
parent 34f868ff07
commit 726da9259c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82473
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,10 @@
--- src/uade.c.orig Sat Jun 7 23:29:10 2003
+++ src/uade.c Sat Jun 7 23:29:54 2003
@@ -7,6 +7,7 @@
#include <stdlib.h>
#include <ctype.h>
#include <dirent.h>
+#include <sys/types.h>
#include <netinet/in.h>
#include <limits.h>
#ifndef PATH_MAX

View File

@ -0,0 +1,10 @@
--- src/uade.c.orig Sat Jun 7 23:29:10 2003
+++ src/uade.c Sat Jun 7 23:29:54 2003
@@ -7,6 +7,7 @@
#include <stdlib.h>
#include <ctype.h>
#include <dirent.h>
+#include <sys/types.h>
#include <netinet/in.h>
#include <limits.h>
#ifndef PATH_MAX