summaryrefslogtreecommitdiff
path: root/gst/rtp/fnv1hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/rtp/fnv1hash.c')
-rw-r--r--gst/rtp/fnv1hash.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/rtp/fnv1hash.c b/gst/rtp/fnv1hash.c
index 84fac9ad1..a7926e46d 100644
--- a/gst/rtp/fnv1hash.c
+++ b/gst/rtp/fnv1hash.c
@@ -23,6 +23,8 @@
#include <glib.h>
+#include "fnv1hash.h"
+
/* This file implements FNV-1 hashing used in the Ogg payload encoders
* to generate the 24-bit ident value based on the header pages.
* See http://isthe.com/chongo/tech/comp/fnv/