Added missing includes.
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -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; | ... | ... |
-
Please register or sign in to post a comment