kopia lustrzana https://gitlab.com/sane-project/backends
ricoh2_buffer: fix malloc header location on macOS
rodzic
90684c53bb
commit
f18ef0e282
|
@ -46,7 +46,12 @@
|
||||||
|
|
||||||
#include <memory.h>
|
#include <memory.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
|
#if defined(__APPLE__) && defined(__MACH__)
|
||||||
|
#include <malloc/malloc.h>
|
||||||
|
#else
|
||||||
#include <malloc.h>
|
#include <malloc.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "../include/sane/sanei_debug.h"
|
#include "../include/sane/sanei_debug.h"
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue