dtcalc: resolve 13 compiler warnings on 64 bit builds.

This commit is contained in:
Peter Howkins
2014-12-30 14:43:12 +00:00
parent 123d4ba8fc
commit 2fc7807ee5
3 changed files with 14 additions and 12 deletions

View File

@@ -33,6 +33,7 @@
*/
#include <stdio.h>
#include <stdlib.h>
#include <limits.h>
#include "ds_widget.h"