* include/inttypes.h: New file.
* include/stdint.h: New file. * include/cygwin/in.h: Include stdint.h instead of sys/types.h. * include/cygwin/types.h: Include stdint.h. Remove typedefs for intN_t and uintN_t since these are defined in stdint.h now.
This commit is contained in:
@ -18,7 +18,7 @@
|
||||
#ifndef _CYGWIN_IN_H
|
||||
#define _CYGWIN_IN_H
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <stdint.h>
|
||||
|
||||
/* Standard well-defined IP protocols. */
|
||||
enum
|
||||
|
Reference in New Issue
Block a user