diff options
author | Akinori Hattori <hattya@gentoo.org> | 2019-01-05 08:32:51 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2019-01-05 08:32:51 +0000 |
commit | 2266d1bd988daed273992e7b26fbeba030002b82 (patch) | |
tree | 6d1486cfce429776e068fe9c105c957cd975ef7e /w3mimg/fb/fb_imlib2.c | |
parent | Update ChangeLog (diff) | |
download | w3m-2266d1bd988daed273992e7b26fbeba030002b82.tar.gz w3m-2266d1bd988daed273992e7b26fbeba030002b82.zip |
Fix dependency for Imlib2
Bug-Gentoo: https://bugs.gentoo.org/605930
Origin: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97d6e3e6839898829e8cce211b97a7fa77f5d06e
Diffstat (limited to '')
-rw-r--r-- | w3mimg/fb/fb_imlib2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/w3mimg/fb/fb_imlib2.c b/w3mimg/fb/fb_imlib2.c index ea36637..1a5151c 100644 --- a/w3mimg/fb/fb_imlib2.c +++ b/w3mimg/fb/fb_imlib2.c @@ -3,7 +3,6 @@ fb_imlib2.c 0.3 Copyright (C) 2002, hito **************************************************************************/ -#include <X11/Xlib.h> #include <Imlib2.h> #include "fb.h" #include "fb_img.h" |