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

Adds a possibly missing definition of offsetof(), introduced in r37005

This commit is contained in:
nnposter
2017-09-24 00:33:27 +00:00
parent cf406cb5e0
commit cf1360ec0a

View File

@@ -140,6 +140,7 @@
#include <unistd.h>
#include <netdb.h>
#endif
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>