tools use platform.h

This commit is contained in:
Przemyslaw Skibinski
2016-12-16 14:24:01 +01:00
parent b3843afcf5
commit b866e72826
9 changed files with 27 additions and 9 deletions
+2 -1
View File
@@ -11,7 +11,8 @@
/* *************************************
* Includes
***************************************/
#include "util.h" /* Compiler options, UTIL_GetFileSize, UTIL_sleep */
#include "platform.h" /* Compiler options */
#include "util.h" /* UTIL_GetFileSize, UTIL_sleep */
#include <stdlib.h> /* malloc, free */
#include <string.h> /* memset */
#include <stdio.h> /* fprintf, fopen, ftello64 */