diff options
author | infirit <[email protected]> | 2014-11-22 23:03:45 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-11-22 23:03:45 +0100 |
commit | 4a0f31e50b9a3703bde65a3ecd681058d4ab0e93 (patch) | |
tree | 0ff25c3eb7d4a622d2b9db0273adce4339de2766 /src/dlg-batch-add.c | |
parent | 246d3cdb024f50f27fb938f143936ace5337cf05 (diff) | |
download | engrampa-4a0f31e50b9a3703bde65a3ecd681058d4ab0e93.tar.bz2 engrampa-4a0f31e50b9a3703bde65a3ecd681058d4ab0e93.tar.xz |
fixed missing prototype warning
From FR commit: fe3e6aa60ff370fb21475cf621fd86ad78c9303a
From: Paolo Bacchilega <[email protected]>
Diffstat (limited to 'src/dlg-batch-add.c')
-rw-r--r-- | src/dlg-batch-add.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/dlg-batch-add.c b/src/dlg-batch-add.c index 35190fc..e192ca1 100644 --- a/src/dlg-batch-add.c +++ b/src/dlg-batch-add.c @@ -26,14 +26,15 @@ #include <unistd.h> #include <gio/gio.h> #include <gtk/gtk.h> +#include "dlg-batch-add.h" #include "file-utils.h" +#include "fr-init.h" #include "fr-stock.h" #include "fr-window.h" -#include "typedefs.h" #include "gtk-utils.h" #include "glib-utils.h" #include "preferences.h" -#include "fr-init.h" +#include "typedefs.h" #define ARCHIVE_ICON_SIZE (48) |