* Fixup some more headers, following axeld's lead with stdint.h (new_stack didn't compile for me without these).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18010 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -38,11 +38,13 @@
|
||||
#ifndef NETINET_UDP_H
|
||||
#define NETINET_UDP_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
struct udphdr {
|
||||
uint16 uh_sport;
|
||||
uint16 uh_dport;
|
||||
uint16 uh_ulen;
|
||||
uint16 uh_sum;
|
||||
uint16_t uh_sport;
|
||||
uint16_t uh_dport;
|
||||
uint16_t uh_ulen;
|
||||
uint16_t uh_sum;
|
||||
};
|
||||
|
||||
#endif /* NETINET_UDP_H */
|
||||
|
||||
Reference in New Issue
Block a user