=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/locale/locale.c,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- src/usr.bin/locale/locale.c 2016/02/05 12:58:33 1.11 +++ src/usr.bin/locale/locale.c 2016/02/05 12:59:12 1.12 @@ -1,4 +1,4 @@ -/* $OpenBSD: locale.c,v 1.11 2016/02/05 12:58:33 jca Exp $ */ +/* $OpenBSD: locale.c,v 1.12 2016/02/05 12:59:12 jca Exp $ */ /* * Copyright (c) 2013 Stefan Sperling * @@ -15,12 +15,12 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include +#include #include #include #include -#include #include -#include extern char *__progname;