From: Todd C. Miller Date: Mon, 7 Feb 2011 15:39:47 +0000 (-0500) Subject: Fix typo X-Git-Tag: SUDO_1_7_5~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eb077edc880b9632e46cb0ac35eae56933e1cee7;p=sudo Fix typo --HG-- branch : 1.7 --- diff --git a/mksiglist.c b/mksiglist.c index 055dd1c2f..f5cfbc158 100644 --- a/mksiglist.c +++ b/mksiglist.c @@ -44,7 +44,7 @@ main(argc, argv) printf("#include \n"); printf("#include \n"); - printf("#include "missing.h"\n\n"); + printf("#include \"missing.h\"\n\n"); printf("const char *const my_sys_siglist[NSIG] = {\n"); for (i = 0; i < NSIG; i++) { if (my_sys_siglist[i] != NULL) {