1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-02 12:59:02 +00:00

Add missing stddef.h include for offsetof

This commit is contained in:
dmiller
2022-12-12 21:01:35 +00:00
parent 67276de2ce
commit de17b51988

View File

@@ -72,6 +72,7 @@
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <stddef.h>
#if HAVE_SYS_STAT_H
#include <sys/stat.h>