kopia lustrzana https://gitlab.com/sane-project/backends
Fix unresolved symbols in hp5590_low backend
It was using byte order utils but not including byteorder.h.merge-requests/1/head
rodzic
c8dde5e271
commit
8086c98434
|
@ -51,6 +51,8 @@
|
|||
# include <netinet/in.h>
|
||||
#endif /* HAVE_NETINET_IN_H */
|
||||
|
||||
#include "byteorder.h"
|
||||
|
||||
#include "../include/sane/sanei_debug.h"
|
||||
#include "../include/sane/sanei_usb.h"
|
||||
#include "../include/_stdint.h"
|
||||
|
|
Ładowanie…
Reference in New Issue