summaryrefslogtreecommitdiff
path: root/utils/sbtools/sb.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/sbtools/sb.h')
-rw-r--r--utils/sbtools/sb.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/utils/sbtools/sb.h b/utils/sbtools/sb.h
index 29b7d7d894..be25b4bf88 100644
--- a/utils/sbtools/sb.h
+++ b/utils/sbtools/sb.h
@@ -19,9 +19,7 @@
19 * 19 *
20 ****************************************************************************/ 20 ****************************************************************************/
21 21
22#define _ISOC99_SOURCE /* snprintf() */ 22#include <stdint.h>
23#include <sys/types.h>
24#include <sys/stat.h>
25 23
26#define BLOCK_SIZE 16 24#define BLOCK_SIZE 16
27 25