diff options
Diffstat (limited to 'mpf/fits_uint.c')
-rw-r--r-- | mpf/fits_uint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpf/fits_uint.c b/mpf/fits_uint.c index 821af3742..035852f07 100644 --- a/mpf/fits_uint.c +++ b/mpf/fits_uint.c @@ -23,4 +23,4 @@ MA 02111-1307, USA. */ #define FUNCTION mpf_fits_uint_p #define MAXIMUM UINT_MAX -#include "fits_u.i" +#include "fits_u.h" |