add includes for stdint.h

This commit is contained in:
Eric Fiselier 2015-02-19 16:37:05 -05:00
parent 55285fd2ae
commit 9a11834048
2 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@
#include <errno.h>
#include <fcntl.h>
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <sys/resource.h>

View File

@ -15,6 +15,7 @@
#include "walltime.h"
#include <stdio.h>
#include <stdint.h>
#include <string.h>
#include <sys/time.h>
#include <time.h>