mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
e357486dc7
to work with AfterStep that allows a user to select files to print. PR: 4331 Submitted by: Brett Taylor <brett@peloton.physics.montana.edu>
11 lines
227 B
Plaintext
11 lines
227 B
Plaintext
--- asprint.c~ Tue Mar 11 22:52:39 1997
|
|
+++ asprint.c Sat Aug 16 20:00:57 1997
|
|
@@ -19,6 +19,7 @@
|
|
#include <string.h>
|
|
#include <stdlib.h>
|
|
#include <sys/stat.h>
|
|
+#include <limits.h>
|
|
#include <dirent.h>
|
|
#include <unistd.h>
|
|
|