1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2025-04-07 16:41:59 +00:00

include header for uintptr_t

This commit is contained in:
Peter Ferrie 2017-01-22 10:51:59 -08:00
parent afe3b284ed
commit 21b5c85d7a
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#include <stdint.h>
#include <stdio.h>
#include <ctype.h>
#include "tokens.h"

View File

@ -8,6 +8,7 @@
* governing permissions and limitations under the License.
*/
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>