X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=src%2Fcommand_db.c;h=61ae4b11ba718777de7af6292249b687cd8c6cd3;hb=0e6c855b67e0cd3def7196396f3d1f45ff85b692;hp=bdcdcd1fa83a49faa343231360f4f72add0b4bcf;hpb=0568c1c0f6735509f2a1afea31ecb5dc28f26bf4;p=plomrogue diff --git a/src/command_db.c b/src/command_db.c index bdcdcd1..61ae4b1 100644 --- a/src/command_db.c +++ b/src/command_db.c @@ -7,7 +7,7 @@ #include /* for strlen(), strtok() */ #include "main.h" /* for World struct */ #include "rexit.h" /* for exit_err() */ -#include "misc.h" /* for textfile_sizes() */ +#include "readwrite.h" /* for textfile_sizes() */