@@ -1,6 +1,8 @@
#ifndef HW_DEF_H_
#define HW_DEF_H_
+#include <stdio.h>
+
typedef unsigned char uint8;
typedef unsigned short uint16;
typedef unsigned int uint32;
@@ -1,6 +1,9 @@
#ifndef HW_ENDIAN_H_
#define HW_ENDIAN_H_
+#include <string.h>
#include "hdef.h"
#define LITTLE_ENDIAN 0
@@ -10,6 +10,7 @@
#include "hbuf.h"
#include "herr.h"
+#include "hstring.h"
class HFile {
public: