use inttypes.h instead of stdint.h

This commit is contained in:
Charles Kerr
2007-08-04 01:34:00 +00:00
parent 2ead51f79d
commit b79d325cd5
3 changed files with 3 additions and 4 deletions

View File

@@ -22,7 +22,7 @@
* DEALINGS IN THE SOFTWARE.
*****************************************************************************/
#include <stdint.h>
#include <inttypes.h>
#include <stdio.h>
#include <string.h>