Skip to content

Commit

Permalink
Added required "feature test macro" to use timegm() without warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehoersten committed Dec 12, 2010
1 parent 329a10c commit db13481
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cbits/timefuncs.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#define _XOPEN_SOURCE
#define _BSD_SOURCE
#include <time.h>
#include <locale.h>

Expand Down

0 comments on commit db13481

Please sign in to comment.