summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2013-09-26 11:54:33 +0200
committerOndrej Holy <oholy@redhat.com>2013-09-26 13:45:33 +0200
commit19249f9eb50639484caec9adad5bc353ed103181 (patch)
tree7a51e9fe83fcc28888794882eed7aca28524c80f
parent8de3770b845a76e6ed22ac610811d0fe7e29f4cb (diff)
downloadgvfs-19249f9eb50639484caec9adad5bc353ed103181.tar.gz
smb: fix compilation warning
https://bugzilla.gnome.org/show_bug.cgi?id=591228
-rw-r--r--client/smburi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/smburi.c b/client/smburi.c
index 23774db7..af1efa53 100644
--- a/client/smburi.c
+++ b/client/smburi.c
@@ -20,6 +20,7 @@
* Author: Alexander Larsson <alexl@redhat.com>
*/
+#include <stdlib.h>
#include <config.h>
#include <string.h>