Skip to content
This repository has been archived by the owner on Jun 16, 2020. It is now read-only.

Commit

Permalink
Import getopt explicitly [Fixes #170]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conrad Irwin committed Dec 17, 2012
1 parent 7af9e35 commit 93c3142
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/jasmine-webkit-specrunner/specrunner.cpp
Expand Up @@ -27,6 +27,7 @@
#include <QTextStream>
#include <iostream>
#include <QQueue>
#include <getopt.h>

#if QT_VERSION < QT_VERSION_CHECK(4, 7, 0)
#error Use Qt 4.7 or later version
Expand Down

0 comments on commit 93c3142

Please sign in to comment.