mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
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>
|
|||
|
+
|
|||
|
|
|||
|
/* <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> */
|
|||
|
#define NAME "e2ps" /* ̾<><CCBE> */
|