summaryrefslogtreecommitdiff
path: root/sendto/caja-sendto-command.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-11-18 23:49:30 +0100
committerraveit65 <[email protected]>2020-11-25 12:48:53 +0100
commit3c643c49bf6df8ecb4b8eb97912d5cb2a12dc271 (patch)
treea713d361c039794a32fbe6efddaa316e481d69e5 /sendto/caja-sendto-command.c
parent45d159f31d8b7a3ec103cae375bcd7d8bd73f5c6 (diff)
downloadcaja-extensions-3c643c49bf6df8ecb4b8eb97912d5cb2a12dc271.tar.bz2
caja-extensions-3c643c49bf6df8ecb4b8eb97912d5cb2a12dc271.tar.xz
Use `#include <config.h>`
Diffstat (limited to 'sendto/caja-sendto-command.c')
-rw-r--r--sendto/caja-sendto-command.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sendto/caja-sendto-command.c b/sendto/caja-sendto-command.c
index 641ea03..8ebf81d 100644
--- a/sendto/caja-sendto-command.c
+++ b/sendto/caja-sendto-command.c
@@ -21,7 +21,8 @@
* Author: Roberto Majadas <[email protected]>
*/
-#include "config.h"
+#include <config.h>
+
#include <string.h>
#include <stdlib.h>
#include <glib/gi18n.h>