[hackers] [sbase] Remember to include limits.h for UINT_MAX || sin
commit ac603d0dd58cb5fab69bfc475a9682c85e031de6
Author: sin <sin_AT_2f30.org>
Date: Fri Jan 30 14:02:59 2015 +0000
Remember to include limits.h for UINT_MAX
diff --git a/sleep.c b/sleep.c
index c5e9e49..4c53e44 100644
--- a/sleep.c
+++ b/sleep.c
_AT_@ -1,4 +1,5 @@
/* See LICENSE file for copyright and license details. */
+#include <limits.h>
#include <stdlib.h>
#include <unistd.h>
Received on Fri Jan 30 2015 - 15:07:39 CET
This archive was generated by hypermail 2.3.0
: Fri Jan 30 2015 - 15:12:12 CET