ricoh2: Use C99 standard headers

Inspired by a FreeBSD patch.  Fixes #289.
merge-requests/425/head
Olaf Meeuwissen 2020-05-05 12:55:19 +09:00
rodzic 9232792e0f
commit 1a201b28ab
1 zmienionych plików z 1 dodań i 7 usunięć

Wyświetl plik

@ -44,14 +44,8 @@
#include "../include/sane/config.h"
#include <memory.h>
#include <assert.h>
#if defined(__APPLE__) && defined(__MACH__)
#include <malloc/malloc.h>
#else
#include <malloc.h>
#endif
#include <stdlib.h>
#include "../include/sane/sanei_debug.h"