Commit 4d8886de 4d8886de396c88f2d35cb55d0d7f059d9a76938e by Sergey Poznyakoff

Added missing includes.

1 parent 97d06b2f
......@@ -24,6 +24,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <mh_getopt.h>
#include <mu_asprintf.h>
static int mh_optind = 1;
static char *mh_optarg;
......