Fix GCC build with -Werror

timegm.h:30:8: error: C++ style comments are not allowed in ISO C90 [-Werror]
This commit is contained in:
Alexis La Goutte 2014-05-01 14:01:06 +02:00
parent 9228e223fa
commit ed63674b88
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif // HAVE_CONFIG_H
#endif /* HAVE_CONFIG_H */
#ifdef __cplusplus
extern "C" {