]> git.stg.codes - stg.git/blobdiff - stglibs/common.lib/strptime.cpp
Massive refactoring.
[stg.git] / stglibs / common.lib / strptime.cpp
index 0e1fde27e177c118f9716bc53c3b5071cde235e6..38b86b47fd9398d68f8554eb529bbc764b3b8524 100644 (file)
@@ -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);