X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bdeck_id%7D%7D/cards/%7B%7Bcard_id%7D%7D/static/gitweb.css?a=blobdiff_plain;f=src%2Freadwrite.c;h=34ec09beecb86d8ee1e06624163143ca8b71e617;hb=47d7b87570ce3c79d3e0a6b8e765c74d065b6ba5;hp=9f089ea34da821394313b4b81835f5e10ed158c0;hpb=4f8360fb6aad70ba208ca60f0d9c94590b222530;p=plomrogue diff --git a/src/readwrite.c b/src/readwrite.c index 9f089ea..34ec09b 100644 --- a/src/readwrite.c +++ b/src/readwrite.c @@ -1,6 +1,7 @@ +#include "readwrite.h" #include -#include #include +#include static const uint16_t uchar_s = UCHAR_MAX + 1;