Fix a build error on Solaris 9.

This commit is contained in:
Todd C. Miller
2022-10-07 09:28:27 -06:00
parent af83e3c10f
commit 0eb136d65c

View File

@@ -28,6 +28,7 @@
#include <sys/mman.h>
#include <errno.h>
#include <limits.h>
#include <string.h>
#if defined(HAVE_STDINT_H)
# include <stdint.h>