diff options
Diffstat (limited to 'error_utils.c')
-rw-r--r-- | error_utils.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/error_utils.c b/error_utils.c index 32ea779..8681808 100644 --- a/error_utils.c +++ b/error_utils.c @@ -20,6 +20,7 @@ END DESCRIPTION **********************************************************/ #include "lcd.h" #include "error_utils.h" #include "menus.h" +#include "gpib.h" /*** EndHeader */ @@ -120,8 +121,6 @@ void queue_error_from_parser(gchar** response, int error_num) } -void queue_error_for_gpib_only(int error_num); - void queue_error_for_gpib_only(int error_num) { if (error_num == OK) { |