diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-06-07 22:23:40 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-06-07 22:23:40 +0200 |
commit | c88c7c7c6e6c687c3d8170cb07a467aa3c4d7f48 (patch) | |
tree | e44072afb5a63158df60ff139958364096c09618 /client/ui_errcatch.c | |
parent | 377a6b80fb766995566bd77047eef08e0a4b5aae (diff) |
`make format`
Diffstat (limited to 'client/ui_errcatch.c')
-rw-r--r-- | client/ui_errcatch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/ui_errcatch.c b/client/ui_errcatch.c index c25f787..5d5365f 100644 --- a/client/ui_errcatch.c +++ b/client/ui_errcatch.c @@ -1,11 +1,11 @@ #include <stdlib.h> #include <string.h> +#include "../shared/util.h" #include "errcatch.h" #include "i18n.h" #include "strings.h" #include "ui.h" -#include "../shared/util.h" unsigned int g_w2_errcatch_log_line = 0; |