forked from pool/cryptsetup
13 lines
311 B
Diff
13 lines
311 B
Diff
|
Index: hashalot-0.3/hashalot.c
|
||
|
===================================================================
|
||
|
--- hashalot-0.3.orig/hashalot.c
|
||
|
+++ hashalot-0.3/hashalot.c
|
||
|
@@ -22,6 +22,7 @@
|
||
|
#include <unistd.h>
|
||
|
#include <assert.h>
|
||
|
#include <signal.h>
|
||
|
+#include <limits.h>
|
||
|
|
||
|
#include <sys/types.h>
|
||
|
#include <sys/mman.h>
|