summaryrefslogtreecommitdiff
path: root/zwgc
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@1ts.org>2009-07-13 05:17:23 +0000
committerGravatar Karl Ramm <kcr@1ts.org>2009-07-13 05:17:23 +0000
commite27458bff5e8526b7e37c729d88990f7a07eb46d (patch)
tree041fa44dafb0c3aff365257ef53d5a12694fd73d /zwgc
parent345d1482dd3fd46ac4f50d6872fa1910834263a8 (diff)
zephyr.h will pull in zephyr_err.h will pull in com_err.h without having to figure out where it is
Diffstat (limited to 'zwgc')
-rw-r--r--zwgc/error.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zwgc/error.h b/zwgc/error.h
index a09fa70..dfa0242 100644
--- a/zwgc/error.h
+++ b/zwgc/error.h
@@ -19,7 +19,7 @@
#include <stdio.h>
#include <errno.h>
-#include <com_err.h>
+#include <zephyr/zephyr.h>
extern int error_code;