diff options
Diffstat (limited to 'app/bin/dbench.c')
-rw-r--r-- | app/bin/dbench.c | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/app/bin/dbench.c b/app/bin/dbench.c index 4a32360..7e44713 100644 --- a/app/bin/dbench.c +++ b/app/bin/dbench.c @@ -20,9 +20,14 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "track.h" -#include "i18n.h" +#include <math.h> +#include <stdio.h> +#include <string.h> +#include "i18n.h" +#include "param.h" +#include "track.h" +#include "utility.h" /***************************************************************************** * |