summaryrefslogtreecommitdiff
path: root/src/playlist-spl.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 /src/playlist-spl.c
parenta459cc13fd3ce22d4fb116bd54281611369f6f1c (diff)
downloadlibmtp-2eaaff0477a5c5ba2aa7631e998f8bd4f77cf75c.tar.gz
include fixes for *BSD
Diffstat (limited to 'src/playlist-spl.c')
-rw-r--r--src/playlist-spl.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/playlist-spl.c b/src/playlist-spl.c
index 0123b4c..c65dbe8 100644
--- a/src/playlist-spl.c
+++ b/src/playlist-spl.c
@@ -21,12 +21,13 @@
* Boston, MA 02111-1307, USA.
*/
-
- // TODO do I actually use all these?
#include <stdio.h>
#include <stdlib.h> // mkstmp()
+#include <unistd.h>
#include <errno.h>
#include <sys/stat.h>
+#include <sys/types.h>
+#include <sys/uio.h>
#include <fcntl.h>
#include <string.h>