summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-01 08:35:53 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-01 08:35:53 -0500
commite061a3e9eebedbc53f21c60f5509573ce0e50816 (patch)
tree6854479ca978787058dd109512bbd66e60e78c51
parentb9c30d30404c77d0df518b0132dd607240f134cf (diff)
downloadamarok-e061a3e9.tar.gz
amarok-e061a3e9.zip
GCC 4.7 fixes.
Thanks to Francois Andriot.
-rw-r--r--amarok/src/mediadevice/mtp/mtpmediadevice.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/amarok/src/mediadevice/mtp/mtpmediadevice.cpp b/amarok/src/mediadevice/mtp/mtpmediadevice.cpp
index 2956eb74..7cf1b494 100644
--- a/amarok/src/mediadevice/mtp/mtpmediadevice.cpp
+++ b/amarok/src/mediadevice/mtp/mtpmediadevice.cpp
@@ -24,6 +24,8 @@
#define DEBUG_PREFIX "MtpMediaDevice"
+#include <stdlib.h>
+
#include <config.h>
#include "mtpmediadevice.h"