From 15c9bfd75142efd14c37198bc2dce7e428339aa7 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sat, 2 Mar 2019 13:56:49 -0800 Subject: Minor cleanups in iceprog/mpsse.h Signed-off-by: Clifford Wolf --- iceprog/mpsse.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 + 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 */ -- cgit v1.2.3