summaryrefslogtreecommitdiff
path: root/sendto/plugins/removable-devices/removable-devices.c
diff options
context:
space:
mode:
Diffstat (limited to 'sendto/plugins/removable-devices/removable-devices.c')
-rw-r--r--sendto/plugins/removable-devices/removable-devices.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sendto/plugins/removable-devices/removable-devices.c b/sendto/plugins/removable-devices/removable-devices.c
index 191c2a7..f64b17c 100644
--- a/sendto/plugins/removable-devices/removable-devices.c
+++ b/sendto/plugins/removable-devices/removable-devices.c
@@ -19,10 +19,13 @@
* Bastien Nocera <[email protected]>
*/
+#ifdef HAVE_CONFIG_H
#include <config.h>
+#endif
-#include <string.h>
#include <glib/gi18n-lib.h>
+
+#include <string.h>
#include <gio/gio.h>
#include "nst-common.h"
#include "caja-sendto-plugin.h"
@@ -257,4 +260,3 @@ NstPluginInfo plugin_info = {
};
NST_INIT_PLUGIN (plugin_info)
-