tests: include config.h and don't include unix headers
[platform/upstream/gstreamer.git] / tests / check / gst / gststructure.c
index 7d3f2b4..cce6665 100644 (file)
@@ -18,7 +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/gststructure.h>
 #include <gst/check/gstcheck.h>