ヘッダーファイル呼び出しの整理
[YACASL2.git] / include / cerr.h
index 810bf3c..9549de6 100644 (file)
@@ -1,6 +1,11 @@
 #ifndef YACASL2_CERR_H_INCLUDED
 #define YACASL2_CERR_H_INCLUDED
 
+#include <stdbool.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#include <assert.h>
 #include <stdbool.h>
 #include "cmem.h"