summaryrefslogtreecommitdiff
path: root/examples/getplaylist.c
diff options
context:
space:
mode:
authorLinus Walleij <triad@df.lth.se>2009-01-15 21:30:36 +0000
committerLinus Walleij <triad@df.lth.se>2009-01-15 21:30:36 +0000
commit2eaaff0477a5c5ba2aa7631e998f8bd4f77cf75c (patch)
tree821ec7e6152756146fb7e24a1dbd6a71243568b3 /examples/getplaylist.c
parenta459cc13fd3ce22d4fb116bd54281611369f6f1c (diff)
downloadlibmtp-2eaaff0477a5c5ba2aa7631e998f8bd4f77cf75c.tar.gz
include fixes for *BSD
Diffstat (limited to 'examples/getplaylist.c')
-rw-r--r--examples/getplaylist.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/getplaylist.c b/examples/getplaylist.c
index 6751176..2997ede 100644
--- a/examples/getplaylist.c
+++ b/examples/getplaylist.c
@@ -20,6 +20,8 @@
* Boston, MA 02111-1307, USA.
*/
#include "common.h"
+#include <stdlib.h>
+#include <limits.h>
static uint32_t dump_playlist(LIBMTP_mtpdevice_t *device, LIBMTP_playlist_t *pl)
{