diff options
Diffstat (limited to 'menu_deftimercheckmethod.c')
-rw-r--r-- | menu_deftimercheckmethod.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/menu_deftimercheckmethod.c b/menu_deftimercheckmethod.c index a5d11f7..8db130a 100644 --- a/menu_deftimercheckmethod.c +++ b/menu_deftimercheckmethod.c @@ -21,6 +21,9 @@ The author can be reached at cwieninger@gmx.de The project's page is at http://winni.vdr-developer.org/epgsearch */ +#ifdef __FreeBSD__ +#include <stdint.h> +#endif #include "menu_deftimercheckmethod.h" #include "menu_myedittimer.h" |