Changeset 101:0ea7607504b0 for buffy.c

Show
Ignore:
Timestamp:
1998-07-10 10:57:10 (10 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
mutt-0-93
Message:

On SunOS 4.1, one must include unistd.h in order to
declare SEEK_END. (Fabrice Noilhan)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • buffy.c

    r0 r101  
    2727#include <utime.h> 
    2828#include <ctype.h> 
     29#include <unistd.h> 
    2930 
    3031#include <stdio.h>