aboutsummaryrefslogtreecommitdiffstats
path: root/iceprog/mpsse.h
diff options
context:
space:
mode:
Diffstat (limited to 'iceprog/mpsse.h')
-rw-r--r--iceprog/mpsse.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/iceprog/mpsse.h b/iceprog/mpsse.h
index 961cfa5..b64b076 100644
--- a/iceprog/mpsse.h
+++ b/iceprog/mpsse.h
@@ -20,6 +20,8 @@
#ifndef MPSSE_H
#define MPSSE_H
+#include <stdint.h>
+
void mpsse_check_rx(void);
void mpsse_error(int status);
uint8_t mpsse_recv_byte(void);
@@ -35,4 +37,4 @@ void mpsse_send_dummy_bit(void);
void mpsse_init(int ifnum, const char *devstr, bool slow_clock);
void mpsse_close(void);
-#endif /* MPSSE_H */ \ No newline at end of file
+#endif /* MPSSE_H */