freebsd-ports/print/pslib/files/patch-src-pslib.c
Renato Botelho 2fa12ea571 Unbreak on 4.x
PR:		ports/84406
Submitted by:	Ports Fury
2005-08-01 12:50:02 +00:00

10 lines
252 B
C

--- src/pslib.c.orig Wed Jul 27 15:08:15 2005
+++ src/pslib.c Fri Jul 29 01:56:04 2005
@@ -29,6 +29,7 @@
#include <strings.h>
#include <time.h>
#include <math.h>
+#include <sys/types.h>
#include <sys/select.h>
#include <sys/stat.h>
#ifndef WIN32