mirror of
https://github.com/pi-hole/FTL.git
synced 2024-10-26 16:52:18 +02:00
Make definition of __USE_MISC conditional
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -16,7 +16,9 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
// le32toh and friends
|
||||
#ifndef __USE_MISC
|
||||
#define __USE_MISC
|
||||
#endif
|
||||
#include <endian.h>
|
||||
|
||||
static int mz_uncompress2_raw(unsigned char *pDest, mz_ulong *pDest_len, const unsigned char *pSource, mz_ulong *pSource_len);
|
||||
|
||||
Reference in New Issue
Block a user