stroke: Add missing include for UINT16_MAX

Fixes the build on FreeBSD.

Fixes #988.
This commit is contained in:
Tobias Brunner
2015-06-09 10:25:33 +02:00
parent 3ea5d437fb
commit 2d5b3d34ec
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -16,6 +16,7 @@
#include <unistd.h>
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
#include <credentials/auth_cfg.h>
+1
View File
@@ -17,6 +17,7 @@
#include <stdlib.h>
#include <unistd.h>
#include <stdio.h>
#include <stdint.h>
#include <string.h>
#include <getopt.h>