diff options
Diffstat (limited to 'src/spiceqxl_main_loop.c')
-rw-r--r-- | src/spiceqxl_main_loop.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/spiceqxl_main_loop.c b/src/spiceqxl_main_loop.c index fb12bd2..1718861 100644 --- a/src/spiceqxl_main_loop.c +++ b/src/spiceqxl_main_loop.c @@ -19,6 +19,9 @@ * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include <sys/time.h> |