holyc compile
[vg.git] / src / vg / vg_mem.h
index 8406b3342002f7bbbe9bf3ef2289333a9f86746e..3a7a49da06814fe9c2c7d1d1b082ee6cc6a8ed5a 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef VG_MEM_H
 #define VG_MEM_H
 
+#include "vg.h"
 #include "vg_stdint.h"
 #include "vg_platform.h"
 
@@ -85,6 +86,7 @@ struct vg_linear_allocator
 };
 #pragma pack(pop)
 
+VG_STATIC void vg_fatal_exit_loop( const char *error );
 VG_STATIC void vg_error(const char *fmt, ...);
 VG_STATIC void vg_info(const char *fmt, ...);