summaryrefslogtreecommitdiff
path: root/lang/mpd/patches/patch-ax
blob: bda997f117e0252908d4af2db28db0c3abe164d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ax,v 1.2 2015/12/29 23:34:52 dholland Exp $

Use standard headers.

--- mpdm/filter.c.orig	2005-03-01 16:26:14.000000000 +0000
+++ mpdm/filter.c
@@ -1,4 +1,5 @@
 #include <stdio.h>
+#include <unistd.h>
 #include "../gen.h"
 #include "../util.h"