diff --git a/conversions/infix_to_postfix.c b/conversions/infix_to_postfix.c index cf4e39ab0..8382ae92d 100644 --- a/conversions/infix_to_postfix.c +++ b/conversions/infix_to_postfix.c @@ -7,7 +7,7 @@ */ // include header files -#include +#include /// for printf() and scanf() // globally declared structure struct Stack