home · contact · privacy
Sorted out library dependencies / includes. Include every header file needed by each...
[plomrogue] / src / readwrite.c
index 9f089ea34da821394313b4b81835f5e10ed158c0..34ec09beecb86d8ee1e06624163143ca8b71e617 100644 (file)
@@ -1,6 +1,7 @@
+#include "readwrite.h"
 #include <stdio.h>
-#include <limits.h>
 #include <stdint.h>
+#include <limits.h>
 
 static const uint16_t uchar_s = UCHAR_MAX + 1;