diff options
author | root <root@fedora-arm.domain.avtechpulse.com> | 1999-12-31 19:03:52 -0500 |
---|---|---|
committer | root <root@fedora-arm.domain.avtechpulse.com> | 1999-12-31 19:03:52 -0500 |
commit | 6d29a3599123e2aaa6f3cc0b416b59197e6599d5 (patch) | |
tree | f90cfc25a814cdc860b947f4cbe596ea79f497f6 /error_utils.c | |
parent | 2c2ae8c092ed39033746352bf7f35545c86fca94 (diff) |
added missing gpib.h includes
Diffstat (limited to 'error_utils.c')
-rw-r--r-- | error_utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/error_utils.c b/error_utils.c index f0e889c..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 */ |