inttypes.h -> stdint.h

This commit is contained in:
Frank Denis 2016-03-05 18:23:53 +01:00
parent 8b139cdc31
commit edcd258417
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
# include <sys/mman.h>
#endif
#include <errno.h>
#include <inttypes.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View File

@ -1,7 +1,7 @@
#ifndef TYPES_H
#define TYPES_H
#include <inttypes.h>
#include <stdint.h>
#include <stdlib.h>
typedef uint32_t uint32;