X-Git-Url: https://plomlompom.com/repos/feed.xml?a=blobdiff_plain;f=src%2Fclient%2Fmisc.c;h=c15272774107887bbbe29c362422bef2aafc37d2;hb=f9d5829b125ef2df8d63bc08761be33f93c65691;hp=45482ad2ac6e0c74c6131b80d8653b7b58c5be61;hpb=f8c8dd2e9da8323251fae5e464098228d1dcce60;p=plomrogue diff --git a/src/client/misc.c b/src/client/misc.c index 45482ad..c152727 100644 --- a/src/client/misc.c +++ b/src/client/misc.c @@ -18,9 +18,9 @@ * write_keybindings_to_file() */ #include "map.h" /* map_center() */ +#include "wincontrol.h" /* toggle_window() */ #include "windows.h" /* free_winDB(), make_v_screen_and_init_win_sizes(), * read_winconf_from_file(), write_winconf_of_id_to_file(), - * toggle_window() */ #include "world.h" /* global world */