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