strndup() requires string.h header file

This commit is contained in:
Andreas Steffen
2012-11-18 19:41:03 +01:00
parent 168ee460c6
commit bf1cecdb6b
7 changed files with 14 additions and 1 deletions
@@ -20,6 +20,8 @@
#include <bio/bio_reader.h>
#include <utils/debug.h>
#include <string.h>
typedef struct private_tcg_pts_attr_req_file_meas_t private_tcg_pts_attr_req_file_meas_t;
/**
@@ -20,6 +20,8 @@
#include <bio/bio_reader.h>
#include <utils/debug.h>
#include <string.h>
typedef struct private_tcg_pts_attr_req_file_meta_t private_tcg_pts_attr_req_file_meta_t;
/**
@@ -21,6 +21,8 @@
#include <collections/linked_list.h>
#include <utils/debug.h>
#include <string.h>
typedef struct private_tcg_pts_attr_file_meta_t private_tcg_pts_attr_file_meta_t;
/**