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>