do not include stdint.h unprotected

In most cases stdint.h should be inherited from roken.h.
In those cases where it cannot be, it must be protected by
  #ifdef HAVE_STDINT_H

Change-Id: I46cbaeab1d65939468f84179aeeef7e4f898b0bb
This commit is contained in:
Jeffrey Altman
2012-03-13 23:54:27 -04:00
parent 25e533421a
commit cb6f7ea40e
7 changed files with 10 additions and 6 deletions

View File

@@ -123,6 +123,8 @@ typedef int rk_socket_t;
#endif
#ifdef _MSC_VER
#include <intsafe.h>
/* Declarations for Microsoft Visual C runtime on Windows */
#include<process.h>

View File

@@ -44,7 +44,6 @@
#include <errno.h>
#include <ctype.h>
#include <stdlib.h>
#include <stdint.h>
/*
* Convert a string to a long long integer.

View File

@@ -44,7 +44,6 @@
#include <errno.h>
#include <ctype.h>
#include <stdlib.h>
#include <stdint.h>
/*
* Convert a string to an unsigned long long integer.