Skip to content

Commit

Permalink
To fix wrp-c strndup build issue on ubuntu 12.04 and 14.04
Browse files Browse the repository at this point in the history
  • Loading branch information
sadhyama committed Dec 13, 2017
1 parent d94de24 commit 4e3405e
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 4e3405e

Please sign in to comment.