15 lines
431 B
Diff
15 lines
431 B
Diff
diff -pur a2ps-4.13-1059/liba2ps/title.c a2ps-4.13/liba2ps/title.c
|
|
--- a2ps-4.13-1059/liba2ps/title.c 2005-09-20 13:40:15.000000000 +0200
|
|
+++ a2ps-4.13/liba2ps/title.c 2005-09-20 13:53:13.000000000 +0200
|
|
@@ -32,6 +32,10 @@
|
|
|
|
#include "title.h"
|
|
#include "printlen.h"
|
|
+#include <string.h>
|
|
+#include <stdio.h>
|
|
+#include <unistd.h>
|
|
+#include <sys/socket.h>
|
|
|
|
/* Print the message FORMAT, which is a printf-style
|
|
format string*/
|