summaryrefslogtreecommitdiff
path: root/error_utils.c
diff options
context:
space:
mode:
authorroot <root@fedora-arm.domain.avtechpulse.com>1999-12-31 19:03:52 -0500
committerroot <root@fedora-arm.domain.avtechpulse.com>1999-12-31 19:03:52 -0500
commit6d29a3599123e2aaa6f3cc0b416b59197e6599d5 (patch)
treef90cfc25a814cdc860b947f4cbe596ea79f497f6 /error_utils.c
parent2c2ae8c092ed39033746352bf7f35545c86fca94 (diff)
added missing gpib.h includes
Diffstat (limited to 'error_utils.c')
-rw-r--r--error_utils.c1
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 */