summaryrefslogtreecommitdiff
path: root/zwgc/variables.c
diff options
context:
space:
mode:
Diffstat (limited to 'zwgc/variables.c')
-rw-r--r--zwgc/variables.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/zwgc/variables.c b/zwgc/variables.c
index 2f9f13c..99b18d0 100644
--- a/zwgc/variables.c
+++ b/zwgc/variables.c
@@ -12,8 +12,10 @@
* "mit-copyright.h".
*/
+#include <sysdep.h>
+
#if (!defined(lint) && !defined(SABER))
-static char rcsid_variables_c[] = "$Id$";
+static const char rcsid_variables_c[] = "$Id$";
#endif
#include <zephyr/mit-copyright.h>
@@ -24,8 +26,6 @@ static char rcsid_variables_c[] = "$Id$";
/* */
/****************************************************************************/
-#include <stdio.h>
-#include <ctype.h>
#include "new_memory.h"
#include "notice.h"
#include "string_dictionary_aux.h"