diff options
| author | Jim Blandy | 1993-05-06 19:02:36 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-05-06 19:02:36 +0000 |
| commit | c3bd85dd5f7a723f4ad937d3fc33be8d62ad2d36 (patch) | |
| tree | e2c871dd83b95d421be62e19e26619683d5163da | |
| parent | c1172a195d9a325e5348a710bb36bafe4fc172b5 (diff) | |
| download | emacs-c3bd85dd5f7a723f4ad937d3fc33be8d62ad2d36.tar.gz emacs-c3bd85dd5f7a723f4ad937d3fc33be8d62ad2d36.zip | |
*** empty log message ***
| -rw-r--r-- | src/s/sco4.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/sco4.h b/src/s/sco4.h index 38c80cea2e8..9a3975faad8 100644 --- a/src/s/sco4.h +++ b/src/s/sco4.h | |||
| @@ -72,3 +72,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 72 | /* We need to link with crt1.o and crtn.o. */ | 72 | /* We need to link with crt1.o and crtn.o. */ |
| 73 | #define START_FILES pre-crt0.o /lib/crt1.o | 73 | #define START_FILES pre-crt0.o /lib/crt1.o |
| 74 | #define LIB_STANDARD -lc /lib/crtn.o | 74 | #define LIB_STANDARD -lc /lib/crtn.o |
| 75 | |||
| 76 | /* Various places should include sys/time.h. */ | ||
| 77 | #define HAVE_SYS_TIME_H | ||