shuffle headers around

This commit is contained in:
Joris Vink 2018-06-28 13:45:04 +02:00
parent 48955dcb13
commit d876e41ebb
2 changed files with 4 additions and 1 deletions

View File

@ -19,6 +19,10 @@
#include <sys/types.h>
#include <sys/mman.h>
#if !defined(__MACH__) && !defined(__linux__)
#include <sys/stdint.h>
#endif
#include "kore.h"
/* cached filerefs expire after 30 seconds of inactivity. */

View File

@ -24,7 +24,6 @@
#define be64toh(x) OSSwapBigToHostInt64(x)
#else
#include <sys/endian.h>
#include <sys/stdint.h>
#endif
#include "kore.h"