* 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:
Corinna Vinschen
2003-04-22 14:55:01 +00:00
parent 650dc784e5
commit e8a57b4fc7
5 changed files with 438 additions and 45 deletions

View File

@ -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