summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-03-08 13:38:13 +0100
committerraveit65 <[email protected]>2021-03-14 20:42:26 +0100
commitd3595b21ced5de7f9d07901a2b37875ed586c0db (patch)
tree67821120571ae42c733b7d838f572bf3e42a446e
parent74331aa50b203b70e0e4e095697b0c6e5ab1fd19 (diff)
downloadcaja-dropbox-d3595b21ced5de7f9d07901a2b37875ed586c0db.tar.bz2
caja-dropbox-d3595b21ced5de7f9d07901a2b37875ed586c0db.tar.xz
dropbox-client-util: add missing include
-rw-r--r--src/dropbox-client-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dropbox-client-util.c b/src/dropbox-client-util.c
index 5677dff..8d3b537 100644
--- a/src/dropbox-client-util.c
+++ b/src/dropbox-client-util.c
@@ -21,7 +21,7 @@
*
*/
-#include <glib.h>
+#include "dropbox-client-util.h"
static gchar chars_not_to_escape[] = {
1, 2, 3, 4, 5, 6, 7, 8, 11, 12,