GCC build fix
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#ifndef SRC_CONSTANTS_H_
|
||||
#define SRC_CONSTANTS_H_
|
||||
|
||||
#include <limits.h>
|
||||
#include "typedefs.h"
|
||||
|
||||
#define CHUNK_W 16
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
|
||||
typedef unsigned int uint;
|
||||
|
||||
Reference in New Issue
Block a user