Module: sems Branch: master Commit: 78fc249003e1b22906ef50f9944b69508bf3ada9 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=78fc249003e1b22906ef50f9944b69508bf3ada9
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Thu Feb 24 14:37:56 2011 +0100 fix missing include --- core/SampleArray.cc | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/core/SampleArray.cc b/core/SampleArray.cc index e06ebb9..64fb921 100644 --- a/core/SampleArray.cc +++ b/core/SampleArray.cc @@ -29,6 +29,7 @@ #define _SampleArray_cc_ #include "log.h" +#include <string.h> // inline bool cmp_ts(unsigned int t1, unsigned int t2) // { _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
