uclibc only defines strndup(3) if _GNU_SOURCE is defined
References #516.
This commit is contained in:
@@ -20,14 +20,14 @@
|
||||
|
||||
#define _GNU_SOURCE
|
||||
|
||||
#include "x509_cert.h"
|
||||
|
||||
#include <sys/stat.h>
|
||||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "x509_cert.h"
|
||||
|
||||
#include <library.h>
|
||||
#include <utils/debug.h>
|
||||
#include <asn1/oid.h>
|
||||
|
||||
Reference in New Issue
Block a user