Skip to content

Commit

Permalink
bee-dep: add #define _GNU_SOURCE for use of strndup
Browse files Browse the repository at this point in the history
  • Loading branch information
mariux committed Apr 27, 2012
1 parent 45b7a46 commit 028fd95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bee-dep.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
** along with this program; if not, see <http://www.gnu.org/licenses/>.
*/

#define _GNU_SOURCE

#include <stdio.h>
#include <stdlib.h>
#include <sys/stat.h>
Expand Down

0 comments on commit 028fd95

Please sign in to comment.