strptime.c needs ctype.h.
[metze/wireshark/wip.git] / wsutil / os_version_info.c
index e72ee7f990046ace1627c51867d46a5a46f44e46..0949d5379af6a13011e38fbc8ddaf570a4b32cd1 100644 (file)
@@ -500,3 +500,16 @@ get_windows_major_version(void)
        return 0;
 }
 #endif
+
+/*
+ * Editor modelines  -  http://www.wireshark.org/tools/modelines.html
+ *
+ * Local variables:
+ * c-basic-offset: 8
+ * tab-width: 8
+ * indent-tabs-mode: t
+ * End:
+ *
+ * vi: set shiftwidth=8 tabstop=8 noexpandtab:
+ * :indentSize=8:tabSize=8:noTabs=false:
+ */