home · contact · privacy
Client: Fix outdated comment.
[plomrogue] / src / client / command_db.c
index 3837d2ab888bb6c8fdb0f86aad4f2964a9b9acb7..06329fc28b63934e18741845003366ec6ae6f1ee 100644 (file)
@@ -10,7 +10,7 @@
 #include "../common/readwrite.h" /* try_fopen(),try_fclose(),textfile_width() */
 #include "../common/rexit.h" /* exit_trouble() */
 #include "../common/try_malloc.h" /* try_malloc() */
-#include "misc.h" /* array_append() */
+#include "array_append.h" /* array_append() */
 #include "world.h" /* global world */
 #include "cleanup.h" /* set_cleanup_flag() */