tests: include config.h and don't include unix headers
[platform/upstream/gstreamer.git] / tests / check / gst / gstsegment.c
index d451e3d..bba31ce 100644 (file)
@@ -19,6 +19,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>