summaryrefslogtreecommitdiff
path: root/src/srtp.cc
diff options
context:
space:
mode:
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