mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Add missing includes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@22587 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
843305494e
commit
247828910d
1 changed files with 7 additions and 1 deletions
|
@ -17,7 +17,13 @@
|
|||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
#include "tnftpd.h"
|
||||
#include <ctype.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/param.h>
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <errno.h>
|
||||
|
||||
#if HAVE_ARPA_NAMESER_H
|
||||
#include <arpa/nameser.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue