aboutsummaryrefslogtreecommitdiffstats
path: root/src/ckutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ckutil.h')
-rw-r--r--src/ckutil.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ckutil.h b/src/ckutil.h
index a16a5de..dde7665 100644
--- a/src/ckutil.h
+++ b/src/ckutil.h
@@ -20,10 +20,11 @@
/*******************/
#include <stdio.h>
+#include <limits.h>
#include <stdlib.h>
#include <string.h>
-#define PRINT_ERR(ERROR) \
+#define PRINT_ERR(ERROR) \
printf("--[ Error ]--\n%s\n", ERROR);
#define UNUSED(x) (void)(x)