diff options
| author | Bert <ber.t@gmx.com> | 2011-08-19 15:02:35 +0200 |
|---|---|---|
| committer | Bert <ber.t@gmx.com> | 2011-08-19 15:02:35 +0200 |
| commit | a85707ef63e6c441d91cd06d53af07ee58746681 (patch) | |
| tree | b701968d79d7a9579dd1a8aee2275db5dcfd1d86 | |
| parent | 1d749382f00bb0bfdb900b6ddb0bb8b3743b99d0 (diff) | |
Fixed include in thumbs.h
| -rw-r--r-- | thumbs.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ #ifndef THUMBS_H #define THUMBS_H +#include <X11/Xlib.h> #include <Imlib2.h> #include "types.h" |
