Fix unresolved symbols in hp5590_low backend

It was using byte order utils but not including byteorder.h.
merge-requests/1/head
Chris Bagwell 2012-08-07 21:00:13 -05:00
rodzic c8dde5e271
commit 8086c98434
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -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"