kopia lustrzana https://gitlab.com/sane-project/backends
fix stdup declaration
- we need to include sane/config.h first to use strdupmerge-requests/1/head
rodzic
6c7f9f6a3b
commit
45df679214
|
@ -1,3 +1,6 @@
|
|||
2015-09-16 Stéphane Voltz <stef.dev@free.fr>
|
||||
* backend/pieusb.c: include sane/config.h first
|
||||
|
||||
2015-09-14 Stéphane Voltz <stef.dev@free.fr>
|
||||
* backend/bh.c: replace mktemp by mkstemp #300134
|
||||
|
||||
|
|
|
@ -58,6 +58,7 @@
|
|||
*
|
||||
* --------------------------------------------------------------------------*/
|
||||
|
||||
#include "../include/sane/config.h"
|
||||
/* Standard includes for various utiliy functions */
|
||||
#include <stdio.h> /* for FILE */
|
||||
#include <string.h> /* for strlen */
|
||||
|
|
Ładowanie…
Reference in New Issue