add2a21336
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
10 lines
320 B
C
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"
|
|
|