Add missing include of string.h for strerror(3).

This commit is contained in:
Todd C. Miller
2022-05-17 09:31:22 -06:00
parent d7df7abf87
commit a82fe9aa06

View File

@@ -30,6 +30,7 @@
#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <fcntl.h>
#include <unistd.h>