Do not re-prototype strdup()

This commit is contained in:
Peter Howkins
2012-03-11 18:02:24 +00:00
parent 1483f41a69
commit 94eb7100d3
2 changed files with 4 additions and 1 deletions

View File

@@ -58,8 +58,9 @@
#include "Dt/DtsDb.h"
#include "Dt/Dts.h"
#if !defined(linux)
extern char *strdup(const char *);
#endif
static char *
get_value(DtDtsDbRecord *ce_entry, char *value)