diff options
Diffstat (limited to 'src')
| -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 | ||