patch strptime warning -- reduce portability!

svn:r511
This commit is contained in:
Roger Dingledine
2003-09-30 18:47:29 +00:00
parent bc08ecc02e
commit fcd7c16937
+5
View File
@@ -7,6 +7,11 @@
#define OR_SIGNATURE_BEGIN_TAG "-----BEGIN SIGNATURE-----\n"
#define OR_SIGNATURE_END_TAG "-----END SIGNATURE-----\n"
#define _GNU_SOURCE
/* XXX this is required on rh7 to make strptime not complain. how bad
* is this for portability?
*/
#include "or.h"
/****************************************************************************/