Fix compilation of lib-src/movemail
* lib-src/movemail.c: Include timespec.h. Reported by Andreas Schwab <schwab@linux-m68k.org>.
This commit is contained in:
parent
5fbda320fc
commit
e340354299
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
|
|||
#include <stdlib.h>
|
||||
#include <errno.h>
|
||||
#include <time.h>
|
||||
#include <timespec.h>
|
||||
|
||||
#include <getopt.h>
|
||||
#include <unistd.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue