freebsd-ports/sysutils/userinfo/files/patch-src::common.h
Sergey A. Osokin add2a21336 Unbreak for 5.X.
Use the same CONFIGURE_TARGET as other ports.
Allow the manpage to be compressed.

Submitted by:	Sergey Kolobov <sergei@kolobov.com>
Approved by:	maintainer (timeout after > 1 month)
PR:		53178
2003-07-15 12:49:20 +00:00

10 lines
320 B
C

--- src/common.h.orig Sat Jun 14 02:45:40 2003
+++ src/common.h Sat Jun 14 02:21:13 2003
@@ -16,6 +16,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+#include <sys/types.h>
#include <pwd.h>
#include "config.h"