summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2017-09-12 13:23:53 +0100
committerPhilip Withnall <withnall@endlessm.com>2017-09-12 13:23:53 +0100
commit4c4834ab634f735145c8f758a22cbdd9cab79bac (patch)
tree2638600deb4c81469847b5b251023754b188d06e
parent1a1803a45778000720c93d91060cedeb19124a27 (diff)
downloadlibnice-4c4834ab634f735145c8f758a22cbdd9cab79bac.tar.gz
tests: Fix agent.h header inclusion in test-gstreamer.c
Spotted by Lukas Gradl on the mailing list. Signed-off-by: Philip Withnall <withnall@endlessm.com>
-rw-r--r--tests/test-gstreamer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-gstreamer.c b/tests/test-gstreamer.c
index a0be68e..f060efc 100644
--- a/tests/test-gstreamer.c
+++ b/tests/test-gstreamer.c
@@ -34,7 +34,7 @@
*/
#include <gst/check/gstcheck.h>
-#include <nice/agent.h>
+#include "agent.h"
#define RTP_HEADER_SIZE 12
#define RTP_PAYLOAD_SIZE 1024