summaryrefslogtreecommitdiff
path: root/src/srtp.cc
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2014-05-13 15:07:46 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2014-05-13 15:07:46 +0200
commit853126587c7f055d5bf0d40d2ed572ac099424fd (patch)
treec17f9cd9c7238956ebd944feb2d525e86138f8aa /src/srtp.cc
parenteee8597ab75df6e345dc7d493841e108fe8d573b (diff)
Fix msvc compilation.
Diffstat (limited to 'src/srtp.cc')
-rw-r--r--src/srtp.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/srtp.cc b/src/srtp.cc
index a7abd5c..596949d 100644
--- a/src/srtp.cc
+++ b/src/srtp.cc
@@ -28,7 +28,7 @@
#include "srtp.h"
#ifdef WIN32
-#include <include/srtp.h>
+#include <srtp.h>
#else
#include <srtp/srtp.h>
#endif