summaryrefslogtreecommitdiff
path: root/src/trg-torrent-move-dialog.c
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-02-19 20:37:46 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-02-19 20:37:46 +0000
commitb46fe2b2bd7dd5090d14925ecbc08c4aed8661ed (patch)
treecc2656ccc2e871d1845e4f80bdbe6b1ec66a4b50 /src/trg-torrent-move-dialog.c
parent4e1912f656899ad737c260fb6f45073de39472a1 (diff)
fix compiler warning for missing #include <string.h>
Diffstat (limited to 'src/trg-torrent-move-dialog.c')
-rw-r--r--src/trg-torrent-move-dialog.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/trg-torrent-move-dialog.c b/src/trg-torrent-move-dialog.c
index 9e5df10..53d7264 100644
--- a/src/trg-torrent-move-dialog.c
+++ b/src/trg-torrent-move-dialog.c
@@ -17,6 +17,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+#include <string.h>
#include <gtk/gtk.h>
#include <json-glib/json-glib.h>