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:
Eli Zaretskii 2023-03-22 17:26:22 +02:00
parent 5fbda320fc
commit e340354299

View file

@ -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>