diff options
Diffstat (limited to 'gst/rtsp-server/rtsp-context.c')
-rw-r--r-- | gst/rtsp-server/rtsp-context.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/rtsp-server/rtsp-context.c b/gst/rtsp-server/rtsp-context.c index def64f2..4f08407 100644 --- a/gst/rtsp-server/rtsp-context.c +++ b/gst/rtsp-server/rtsp-context.c @@ -23,6 +23,9 @@ * * Last reviewed on 2013-07-11 (1.0.0) */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include "rtsp-context.h" |