Skip to content

Commit

Permalink
Explicitly ask for vasprintf where appropriate.
Browse files Browse the repository at this point in the history
  • Loading branch information
yugr authored and cliffordwolf committed Jul 26, 2016
1 parent 5d14357 commit 8a7a746
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions icepack/icepack.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
// OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
//

#define _GNU_SOURCE

#include <set>
#include <tuple>
#include <vector>
Expand Down
2 changes: 2 additions & 0 deletions icetime/icetime.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
// OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
//

#define _GNU_SOURCE

#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
Expand Down

0 comments on commit 8a7a746

Please sign in to comment.