summaryrefslogtreecommitdiff
path: root/src/strptime.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/strptime.h')
-rw-r--r--src/strptime.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/strptime.h b/src/strptime.h
index f5482201..8c4d9de3 100644
--- a/src/strptime.h
+++ b/src/strptime.h
@@ -1,6 +1,6 @@
-#ifndef STRPTIME_H
-#define STRPTIME_H
+#ifndef INCLUDED_STRPTIME_H
+#define INCLUDED_STRPTIME_H
char* strptime(const char *buf, const char *fmt, struct tm *tm);
-#endif \ No newline at end of file
+#endif // INCLUDED_STRPTIME_H