summaryrefslogtreecommitdiff
path: root/zwgc/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'zwgc/error.c')
-rw-r--r--zwgc/error.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/zwgc/error.c b/zwgc/error.c
index f24e97a..2ade086 100644
--- a/zwgc/error.c
+++ b/zwgc/error.c
@@ -12,8 +12,10 @@
* "mit-copyright.h".
*/
+#include <sysdep.h>
+
#if (!defined(lint) && !defined(SABER))
-static char rcsid_error_c[] = "$Id$";
+static const char rcsid_error_c[] = "$Id$";
#endif
#include <zephyr/mit-copyright.h>