Skip to content

Commit

Permalink
Merge pull request #54 from sadhyama/master
Browse files Browse the repository at this point in the history
To fix wrp-c strndup build issue on ubuntu 12.04 and 14.04
  • Loading branch information
schmidtw authored Dec 14, 2017
2 parents d94de24 + 4e3405e commit 4214473
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wrp-c.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
* limitations under the License.
*
*/
#define _GNU_SOURCE 1
#include <inttypes.h>
#include <stdint.h>
#include <stdio.h>
Expand Down

0 comments on commit 4214473

Please sign in to comment.