diff --git a/include/ptouch.h b/include/ptouch.h index c38a20a..5c007c7 100644 --- a/include/ptouch.h +++ b/include/ptouch.h @@ -18,7 +18,11 @@ */ #include +#ifdef __FreeBSD__ +#include +#else #include +#endif struct _pt_tape_info { uint8_t mm; /* Tape width in mm */