Include <mailutils/error.h>
Showing
1 changed file
with
2 additions
and
1 deletions
... | @@ -26,6 +26,7 @@ | ... | @@ -26,6 +26,7 @@ |
26 | #include <unistd.h> | 26 | #include <unistd.h> |
27 | #include <getline.h> | 27 | #include <getline.h> |
28 | #include <mailutils/argcv.h> | 28 | #include <mailutils/argcv.h> |
29 | #include <mailutils/error.h> | ||
29 | 30 | ||
30 | int | 31 | int |
31 | main(int argc, char **argv) | 32 | main(int argc, char **argv) |
... | @@ -37,7 +38,7 @@ main(int argc, char **argv) | ... | @@ -37,7 +38,7 @@ main(int argc, char **argv) |
37 | 38 | ||
38 | while (getline (&buf, &n, stdin) > 0) | 39 | while (getline (&buf, &n, stdin) > 0) |
39 | { | 40 | { |
40 | int status, i, c; | 41 | int status, c; |
41 | char **v; | 42 | char **v; |
42 | char *s; | 43 | char *s; |
43 | 44 | ... | ... |
-
Please register or sign in to post a comment