Skip to content
Snippets Groups Projects
Commit bc4b5d62 authored by Alexandre Savard's avatar Alexandre Savard
Browse files

#5755: Fix fedora 15 compilation issue

parent 8e7534d1
No related branches found
No related tags found
No related merge requests found
...@@ -30,6 +30,9 @@ ...@@ -30,6 +30,9 @@
#ifndef __SFL_ZRTP_CALLBACK_H__ #ifndef __SFL_ZRTP_CALLBACK_H__
#define __SFL_ZRTP_CALLBACK_H__ #define __SFL_ZRTP_CALLBACK_H__
#include <cstddef>
using std::ptrdiff_t;
#include <libzrtpcpp/zrtpccrtp.h> #include <libzrtpcpp/zrtpccrtp.h>
#include <libzrtpcpp/ZrtpQueue.h> #include <libzrtpcpp/ZrtpQueue.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment