X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=src%2Fcommand_db.c;h=fd7f4dc7a2f78ae431ebd0bf37ee52bfda574da1;hb=76bcc7383e9b111e02e83c2d822633cf1be88aab;hp=7e60b1d3510386dd3101000acf3cc637025b3506;hpb=4d6dba920fe02c38aa234c4991d72418e802314a;p=plomrogue diff --git a/src/command_db.c b/src/command_db.c index 7e60b1d..fd7f4dc 100644 --- a/src/command_db.c +++ b/src/command_db.c @@ -7,7 +7,8 @@ #include /* for strlen(), strtok() */ #include "main.h" /* for world global */ #include "readwrite.h" /* for textfile_sizes(), try_fopen(), try_fclose() */ -#include "misc.h" /* for try_malloc(), exit_trouble */ +#include "misc.h" /* for try_malloc() */ +#include "rexit.h" /* exit_trouble() */