home · contact · privacy
Use "uint8_t" instead of "unsigned char".
[plomrogue] / src / readwrite.c
index e776ec2822636218908d237950ddb0939fa5bf2f..da5f73fd962dda486b0dc832d9addd365ac91903 100644 (file)
@@ -2,7 +2,7 @@
 
 #include "readwrite.h"
 #include <stdio.h> /* for FILE typedef*/
-#include <stdint.h> /* for uint16_t, uint32_t */
+#include <stdint.h> /* for uint8_t, uint16_t, uint32_t */