git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed build.
[stg.git]
/
stglibs
/
common.lib
/
strptime.cpp
diff --git
a/stglibs/common.lib/strptime.cpp
b/stglibs/common.lib/strptime.cpp
index 0e1fde27e177c118f9716bc53c3b5071cde235e6..38b86b47fd9398d68f8554eb529bbc764b3b8524 100644
(file)
--- a/
stglibs/common.lib/strptime.cpp
+++ b/
stglibs/common.lib/strptime.cpp
@@
-10,6
+10,8
@@
#define _XOPEN_SOURCE
#include <time.h>
+#include "stg/common.h"
+
char * stg_strptime(const char * a, const char * b, struct tm * tm)
{
return strptime(a, b, tm);