mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
d0e744c166
PR: 16062 Submitted by: maintainer
16 lines
314 B
Plaintext
16 lines
314 B
Plaintext
*** e2ps.h.orig Wed Nov 4 22:44:09 1998
|
|
--- e2ps.h Wed Jan 5 11:32:16 2000
|
|
***************
|
|
*** 10,15 ****
|
|
--- 10,19 ----
|
|
#include <signal.h>
|
|
#include <string.h>
|
|
#include <math.h>
|
|
+ #include <sys/types.h>
|
|
+ #include <unistd.h>
|
|
+ #include <stdlib.h>
|
|
+
|
|
|
|
/* 年眶梧 */
|
|
#define NAME "e2ps" /* 叹涟 */
|