OSDN Git Service

Follow symlinks to get actual device name, getmountlist() reverses order for us now...
[android-x86/external-toybox.git] / toynet.h
1 // Included after toys.h, for network stuff.  Some build environments
2 // don't include network support, so we shouldn't include it unless we're
3 // going to build it.
4
5 #include <sys/socket.h>
6 #include <netinet/in.h>
7 #include <arpa/inet.h>
8 #include <netdb.h>
9 #include <poll.h>