diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-08-01 20:12:47 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-08-01 20:12:47 +0200 |
commit | 6b383ec1340b706aff3e86f0edfbda4ff0dde778 (patch) | |
tree | 83ce46c75a3038c3b5d395b0792e61ab0aa381ab /src/fe-gtk/pixmaps.c | |
parent | c401817d51d81502d78fe0e5a40154a1e52a08f3 (diff) |
Avoid inline declarations
Diffstat (limited to 'src/fe-gtk/pixmaps.c')
-rw-r--r-- | src/fe-gtk/pixmaps.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fe-gtk/pixmaps.c b/src/fe-gtk/pixmaps.c index 97d674b7..c802f508 100644 --- a/src/fe-gtk/pixmaps.c +++ b/src/fe-gtk/pixmaps.c @@ -21,6 +21,7 @@ #include <stdlib.h> #include "fe-gtk.h" +#include "../common/cfgfiles.h" #include "../common/xchat.h" #include "../common/fe.h" |