Skip to content

Commit

Permalink
They moved INT64_MAX to stdint.h
Browse files Browse the repository at this point in the history
  • Loading branch information
quixadhal committed May 29, 2018
1 parent 2d54e91 commit 276249c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/edit_source.c
Expand Up @@ -13,6 +13,7 @@
#include "hash.h"
#include <stdlib.h>
#include <unistd.h>
#include <stdint.h>

#ifdef WIN32
#include <process.h>
Expand Down
1 change: 1 addition & 0 deletions src/make_func.y
Expand Up @@ -7,6 +7,7 @@
#include "preprocess.h"
#include "edit_source.h"
#include <stdlib.h>
#include <stdint.h>

#ifdef WIN32
#define MSDOS
Expand Down
1 change: 1 addition & 0 deletions src/std_incl.h
Expand Up @@ -8,6 +8,7 @@
# include <unistd.h>
#endif

#include <stdint.h>
#include <sys/types.h>
#include <stdio.h>
#include <setjmp.h>
Expand Down

0 comments on commit 276249c

Please sign in to comment.