main: Add missing locale.h include

The include is present in all other binaries in utils/.
This commit is contained in:
Timothy Gu
2020-02-06 10:25:54 -08:00
parent d27872ff86
commit e828ea3b2d

View File

@ -19,6 +19,7 @@
#include "config.h"
#include <locale.h>
#include <poll.h>
#include <stdlib.h>