Add missing include of errno.h.

This commit is contained in:
Todd C. Miller
2023-02-23 09:14:28 -07:00
parent 3281d0eec4
commit 0be5a51918

View File

@@ -26,6 +26,7 @@
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <errno.h>
#include "sudo_compat.h"
#include "sudo_debug.h"