freebsd-ports/print/rlpr/files/patch-aa
Satoshi Taoka e4c6d6a9c6 Send print jobs to lpd servers anywhere on a network.
PR:		11072
Submiited by:	Mikhail Teterin <mi@aldan.algebra.com>
1999-05-11 01:59:51 +00:00

12 lines
326 B
Text

--- src/rlpq.c.orig Sun Dec 13 19:21:22 1998
+++ src/rlpq.c Sat Apr 10 18:39:54 1999
@@ -19,2 +19,3 @@
#include <pwd.h>
+#include <stdio.h>
#include <stdlib.h>
--- src/rlprm.c.orig Sun Dec 13 19:21:30 1998
+++ src/rlprm.c Sat Apr 10 18:41:11 1999
@@ -19,2 +19,3 @@
#include <pwd.h>
+#include <stdio.h>
#include <stdlib.h>