tests: include config.h and don't include unix headers
[platform/upstream/gstreamer.git] / tests / check / gst / gst.c
index bbe953d..fc82763 100644 (file)
@@ -18,6 +18,9 @@
  * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
  * Boston, MA 02110-1301, USA.
  */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 
 #include <gst/check/gstcheck.h>
 #include <gst/gstversion.h>