gnu.cfg: Fixed compiler warning from GCC: warning: ‘struct servent’ declared inside parameter list will not be visible

This commit is contained in:
orbitcowboy 2022-05-04 20:29:12 +02:00
parent 9a379925cd
commit 7c816425b9
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
#include <stdint.h>
#include <stdio.h>
#include <stdarg.h>
#include <netdb.h>
#include <sys/time.h>
#include <sys/types.h>
#include <pwd.h>