sanei: added missing include file stdint.h

merge-requests/244/head
Ralph Little 2020-06-14 08:09:44 -07:00
rodzic fa0d388664
commit 6bb87fdf1f
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -48,6 +48,9 @@
#include "../include/sane/config.h"
#ifdef HAVE_STDINT_H
# include <stdint.h>
#endif
#include <stdlib.h>
#include <ctype.h>
#include <sys/types.h>