Commit 4d8886de 4d8886de396c88f2d35cb55d0d7f059d9a76938e by Sergey Poznyakoff

Added missing includes.

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