diff --git a/error_handling.c b/error_handling.c index f4e9f51..781ee72 100644 --- a/error_handling.c +++ b/error_handling.c @@ -2,6 +2,7 @@ #include + /* Enum of possible Error Types */ enum { LERR_DIV_ZERO, LERR_BAD_OP, LERR_BAD_NUM };