1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Fix build(link) error.

This commit is contained in:
Shigeyuki Fukushima 2000-07-13 11:22:27 +00:00
parent b2c6dfcfae
commit bd14b9396e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30574

10
www/wcol/files/patch-ag Normal file
View File

@ -0,0 +1,10 @@
--- ipc.c.orig Wed Oct 1 23:00:22 1997
+++ ipc.c Thu Jul 13 14:42:46 2000
@@ -45,6 +45,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <sys/param.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/socket.h>