make sure stdint.h is always included.

unbreaks NOTLS=1 and NOSENDFILE=1 builds on several platforms.

reported by Sam on irc, thanks.
This commit is contained in:
Joris Vink 2019-03-29 19:25:27 +01:00
parent a66d259271
commit 5d16a7a123
1 changed files with 1 additions and 3 deletions

View File

@ -19,9 +19,7 @@
#include <sys/types.h>
#include <sys/mman.h>
#if !defined(__MACH__) && !defined(__linux__)
#include <sys/stdint.h>
#endif
#include <stdint.h>
#include "kore.h"