home · contact · privacy
Added a forgotten free().
[plomrogue] / src / readwrite.h
index 42a7c3a5c4c6e1968e9a0b8b6b5dc9dffa467801..cf4de14cb108750527cc0368e88ee2f68546cd43 100644 (file)
@@ -10,7 +10,7 @@
 
 
 #include <stdio.h> /* for FILE typedef */
-#include <stdint.h> /* for uint16_t, uint32_t */
+#include <stdint.h> /* for uint8_t, uint16_t, uint32_t */