summaryrefslogtreecommitdiff
path: root/graphics/imlib2/patches/patch-src_bin_imlib2__view.c
blob: 4d493877cca1db146b132b9e9955da609f76b64e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-src_bin_imlib2__view.c,v 1.1 2020/02/20 15:14:57 nia Exp $

Include sys/time.h for timeval.

--- src/bin/imlib2_view.c.orig	2019-12-11 17:55:27.000000000 +0000
+++ src/bin/imlib2_view.c
@@ -2,6 +2,7 @@
 
 #include <X11/Xlib.h>
 #include <X11/keysym.h>
+#include <sys/time.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <errno.h>