Skip to content
Snippets Groups Projects
Commit 0446ac96 authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

src/cksum.c needs to include limits.h to use UCHAR_MAX

parent 332fc8e6
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@
#include <inttypes.h>
#include <stdlib.h>
#include <limits.h>
#include <sys/types.h>
#include "cksum.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment