Skip to content
Snippets Groups Projects

OSX build fixed

Merged Constantin P. requested to merge 2917 into master
4 files
+ 29
2
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -33,7 +33,9 @@
@@ -33,7 +33,9 @@
#include <stdlib.h>
#include <stdlib.h>
#include <stdio.h>
#include <stdio.h>
#include <time.h>
#include <time.h>
#ifdef __MACH__
 
#include <dispatch/dispatch.h>
 
#endif
#include "portable_endian.h"
#include "portable_endian.h"
typedef uint8_t byte_t;
typedef uint8_t byte_t;
Loading