1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Fix build by explicitly including sys/param.h.

PR:	53871
This commit is contained in:
Joe Marcus Clarke 2003-06-28 16:43:21 +00:00
parent 50430e3bfc
commit fcded05a2d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83775
2 changed files with 23 additions and 7 deletions

View File

@ -1,6 +1,14 @@
--- src/file-io.c.orig Tue Jun 17 01:52:36 2003
+++ src/file-io.c Tue Jun 17 01:53:49 2003
@@ -102,10 +102,10 @@ void
--- src/file-io.c.orig Thu Jan 10 12:51:15 2002
+++ src/file-io.c Sat Jun 28 12:38:16 2003
@@ -24,6 +24,7 @@
#include <unistd.h>
#include <sys/types.h>
+#include <sys/param.h>
#include "declarations.h"
#include "file-io.h"
@@ -102,10 +103,10 @@
new_file_real (char *filename)
{
GnomeVFSURI *uri;

View File

@ -1,6 +1,14 @@
--- src/main.c.orig Tue Jun 17 01:53:17 2003
+++ src/main.c Tue Jun 17 01:54:18 2003
@@ -342,7 +342,7 @@ main_finish (void *closure, int argc, ch
--- src/main.c.orig Thu Jan 10 12:37:37 2002
+++ src/main.c Sat Jun 28 12:38:50 2003
@@ -15,6 +15,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+#include <sys/param.h>
#include <sys/wait.h>
#include "declarations.h"
@@ -342,7 +343,7 @@
gchar *path;
gchar *file;
gchar *full;
@ -9,7 +17,7 @@
args = (gchar **) poptGetArgs (pctx);
@@ -381,7 +381,7 @@ main_finish (void *closure, int argc, ch
@@ -381,7 +382,7 @@
}
}
if (input_file) {